From b7927256a0f25c942d26b89a1b2f932e7eebc395 Mon Sep 17 00:00:00 2001 From: Donovan Brown Date: Fri, 11 Dec 2020 10:53:37 -0600 Subject: [PATCH] Fixed typo in setup-sqlserver (#1004) Fixed typo. Changed "schema do use" to "schema to use" --- .../setup-state-store/supported-state-stores/setup-sqlserver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-sqlserver.md b/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-sqlserver.md index 7808fbf5c..3d6411592 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-sqlserver.md +++ b/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-sqlserver.md @@ -14,7 +14,7 @@ description: Detailed information on the SQL Server state store component In order to setup SQL Server as a state store, you will need the following properties: - **Connection String**: the SQL Server connection string. For example: server=localhost;user id=sa;password=your-password;port=1433;database=mydatabase; -- **Schema**: The database schema do use (default=dbo). Will be created if not exists +- **Schema**: The database schema to use (default=dbo). Will be created if not exists - **Table Name**: The database table name. Will be created if not exists - **Indexed Properties**: Optional properties from json data which will be indexed and persisted as individual column