Skip to content

Commit 233c02c

Browse files
committed
Fix typo
1 parent 59eefc3 commit 233c02c

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)