Fixed typo in setup-sqlserver (#1004)

Fixed typo. Changed 
"schema do use"
to
"schema to use"
This commit is contained in:
Donovan Brown 2020-12-11 10:53:37 -06:00 committed by GitHub
parent ea46a1fd74
commit b7927256a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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