diff --git a/website/docs/docs/cloud/manage-access/external-oauth.md b/website/docs/docs/cloud/manage-access/external-oauth.md index 3a6bbc95efa..7ed9e4ef446 100644 --- a/website/docs/docs/cloud/manage-access/external-oauth.md +++ b/website/docs/docs/cloud/manage-access/external-oauth.md @@ -172,7 +172,7 @@ Adjust the other settings as needed to meet your organizations configurations in ### Entra ID -You’ll create two different `apps` in the Azure portal &mdash: A resource server and a client app. +You’ll create two different `apps` in the Azure portal — A resource server and a client app. :::important diff --git a/website/docs/reference/resource-properties/unit-testing-versions.md b/website/docs/reference/resource-properties/unit-testing-versions.md index 67236317650..4d28e19e71d 100644 --- a/website/docs/reference/resource-properties/unit-testing-versions.md +++ b/website/docs/reference/resource-properties/unit-testing-versions.md @@ -17,18 +17,18 @@ unit_tests: unit_tests: - name: test_is_valid_email_address model: my_model - versions: - include: - - 2 + versions: + include: + - 2 ... # my test_is_valid_email_address unit test will run on all versions EXCEPT 1 of my_model unit_tests: - name: test_is_valid_email_address model: my_model - versions: - exclude: - - 1 + versions: + include: + - 1 ... -``` \ No newline at end of file +```