Skip to content

Commit 66931c0

Browse files
Merge pull request #127041 from changeworld/patch-12
Fix typo: databse -> database
2 parents 376bea6 + c37a80c commit 66931c0

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)