diff --git a/content/v2.0/reference/flux/functions/sql/from.md b/content/v2.0/reference/flux/functions/sql/from.md index 12ba2ac87..1af4c3063 100644 --- a/content/v2.0/reference/flux/functions/sql/from.md +++ b/content/v2.0/reference/flux/functions/sql/from.md @@ -32,11 +32,11 @@ _**Data type:** String_ The following drivers are available: - mysql -- postrges +- postgres ### dataSourceName The connection string used to connect to the SQL database. -Its form and structure depend on the [driver](#drivername) used. +The string's form and structure depend on the [driver](#drivername) used. _**Data type:** String_ diff --git a/content/v2.0/reference/flux/functions/sql/to.md b/content/v2.0/reference/flux/functions/sql/to.md index 866e6907d..9795ce2fc 100644 --- a/content/v2.0/reference/flux/functions/sql/to.md +++ b/content/v2.0/reference/flux/functions/sql/to.md @@ -1,6 +1,6 @@ --- title: sql.to() function -description: The `sql.to()` function writes data to an SQL database. +description: The `sql.to()` function writes data to a SQL database. menu: v2_0_ref: name: sql.to @@ -33,11 +33,11 @@ _**Data type:** String_ The following drivers are available: - mysql -- postrges +- postgres ### dataSourceName The connection string used to connect to the SQL database. -Its form and structure depend on the [driver](#drivername) used. +The string's form and structure depend on the [driver](#drivername) used. _**Data type:** String_