diff --git a/docs/relational-databases/replication/create-a-push-subscription.md b/docs/relational-databases/replication/create-a-push-subscription.md index e917df9b5c2..7a30e489092 100644 --- a/docs/relational-databases/replication/create-a-push-subscription.md +++ b/docs/relational-databases/replication/create-a-push-subscription.md @@ -190,7 +190,7 @@ You can create push subscriptions programmatically by using replication stored p - (Optional) A value of **true** (the default) for to create an agent job that is used to synchronize the subscription. If you specify **false**, the subscription can only be synchronized programmatically. - - (Optional) Set the and or fields of when using SQL Server Authentication to connect to the Subscriber. + - (Optional) Set the to False, and or fields of when using SQL Server Authentication to connect to the Subscriber. 8. Call the method. @@ -230,7 +230,7 @@ You can create push subscriptions programmatically by using replication stored p - (Optional) Set the and or fields of when using SQL Server Authentication to connect to the Subscriber. - - (Optional) Set the and or fields of when using SQL Server Authentication to connect to the Publisher. + - (Optional) Set the to False, and or fields of when using SQL Server Authentication to connect to the Publisher. 8. Call the method.