Skip to content

Commit 9808e63

Browse files
authored
complete my sentence
1 parent 2d15caa commit 9808e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/cosmos/azure_data_cosmos/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can specify this using the `AZURE_COSMOS_CONNECTION_STRING` environment vari
3636
This can contain a valid Cosmos DB connection string, **or** the special string `emulator` to use the Cosmos DB Emulator.
3737
The `emulator` marker is highly recommended when running against a local emulator because it ALSO automatically disables TLS certificate validation, which is often necessary when testing against the local emulator.
3838

39-
If you need to disable TLS certificate validation when using a different connections
39+
If you need to disable TLS certificate validation when using a different connection string, you can also set the `AZURE_COSMOS_ALLOW_INVALID_CERT` environment variable to `true`.
4040

4141
### Saving Recordings
4242

0 commit comments

Comments
 (0)