Skip to content

Commit 9629e4c

Browse files
Merge pull request #36648 from rwestMSFT/rw-0218-fix-typo
Fix typo
2 parents 59eefc3 + 233c02c commit 9629e4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/database-engine/configure-windows/ucs-flow-control-sp-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ EXEC sp_configure 'show advanced options', 1;
6767
RECONFIGURE;
6868
GO
6969

70-
EXEC sp_configure `max ucs send boxcars`, 1234;
70+
EXEC sp_configure 'max ucs send boxcars', 1234;
7171
RECONFIGURE;
7272
GO
7373
```

0 commit comments

Comments
 (0)