Skip to content

Commit 6d88898

Browse files
authored
Merge pull request #97063 from mitza-oci/patch-1
Fixed typo
2 parents c70ff1c + 4ee0fcc commit 6d88898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/mysql/single-server/how-to-connect-overview-single-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following document includes links to examples showing how to connect and que
3030
|[Go](connect-go.md)|This quickstart demonstrates how to use Go to connect to a database. Transact-SQL statements to query and modify data are also demonstrated.|
3131
|[Python](connect-python.md)|This quickstart demonstrates how to use Python to connect to a database and use MySQL statements to query data. |
3232
|[Ruby](connect-ruby.md)|This quickstart demonstrates how to use Ruby to create a program to connect to a database and use MySQL statements to query data.|
33-
|[C++](connect-cpp.md)|This quickstart demonstrates how to use C+++ to create a program to connect to a database and use query data.|
33+
|[C++](connect-cpp.md)|This quickstart demonstrates how to use C++ to create a program to connect to a database and use query data.|
3434

3535
## TLS considerations for database connectivity
3636

@@ -45,4 +45,4 @@ See what [drivers](concepts-compatibility.md) are compatible with Azure Database
4545
## Next steps
4646

4747
- [Migrate data using dump and restore](concepts-migrate-dump-restore.md)
48-
- [Migrate data using import and export](concepts-migrate-import-export.md)
48+
- [Migrate data using import and export](concepts-migrate-import-export.md)

0 commit comments

Comments
 (0)