Skip to content

Commit c37a80c

Browse files
committed
Fix typo: databse -> database
1 parent e610822 commit c37a80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-connector/includes/code-sql-secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ ms.author: wchi
120120
DATABASES = {
121121
'default': {
122122
'ENGINE': 'sql_server.pyodbc',
123-
'NAME': databse,
123+
'NAME': database,
124124
'USER': user,
125125
'PASSWORD': password,
126126
'HOST': server,

0 commit comments

Comments
 (0)