Skip to content

Commit 5516610

Browse files
authored
Merge pull request #101287 from MashaMSFT/patch-77
fixing typo
2 parents 6d67276 + b789e2c commit 5516610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/sql-database-managed-instance-configure-replication-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ USE [master]
195195
GO
196196

197197
-- Drop database if it exists
198-
IF EXISTS (SELECT *FROM sys.sysdatabases WHERE name = 'ReplTutorial')
198+
IF EXISTS (SELECT * FROM sys.sysdatabases WHERE name = 'ReplTutorial')
199199
BEGIN
200200
    DROP DATABASE ReplTutorial
201201
END

0 commit comments

Comments
 (0)