Skip to content

Commit d900d49

Browse files
chore: update typo in notebooks (#405)
1 parent 312cdd6 commit d900d49

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

samples/notebooks/mysql_python_connector.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
},
457457
"source": [
458458
"### ✅ **Basic Usage**\n",
459-
"To connect to Cloud SQL using the connector, inititalize a `Connector` object and call its `connect` method with the proper input parameters.\n",
459+
"To connect to Cloud SQL using the connector, initialize a `Connector` object and call its `connect` method with the proper input parameters.\n",
460460
"\n",
461461
"The `connect` method takes in the parameters we previously defined, as well as a few additional parameters such as: \n",
462462
"* `driver`: The name of the database driver to connect with.\n",
@@ -818,4 +818,4 @@
818818
"outputs": []
819819
}
820820
]
821-
}
821+
}

samples/notebooks/postgres_python_connector.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
},
457457
"source": [
458458
"### ✅ **Basic Usage**\n",
459-
"To connect to Cloud SQL using the connector, inititalize a `Connector` object and call its `connect` method with the proper input parameters.\n",
459+
"To connect to Cloud SQL using the connector, initialize a `Connector` object and call its `connect` method with the proper input parameters.\n",
460460
"\n",
461461
"The `connect` method takes in the parameters we previously defined, as well as a few additional parameters such as: \n",
462462
"* `driver`: The name of the database driver to connect with.\n",
@@ -805,4 +805,4 @@
805805
"outputs": []
806806
}
807807
]
808-
}
808+
}

samples/notebooks/sqlserver_python_connector.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
},
440440
"source": [
441441
"### ✅ **Basic Usage**\n",
442-
"To connect to Cloud SQL using the connector, inititalize a `Connector` object and call its `connect` method with the proper input parameters.\n",
442+
"To connect to Cloud SQL using the connector, initialize a `Connector` object and call its `connect` method with the proper input parameters.\n",
443443
"\n",
444444
"The `connect` method takes in the parameters we previously defined, as well as a few additional parameters such as: \n",
445445
"* `driver`: The name of the database driver to connect with.\n",
@@ -665,4 +665,4 @@
665665
"outputs": []
666666
}
667667
]
668-
}
668+
}

0 commit comments

Comments
 (0)