Skip to content

Commit c1915f8

Browse files
committed
fixing nits
1 parent caed4cc commit c1915f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/static-web-apps/authentication-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: cshoe
1717
> If you want to continue to use X(formerly Twitter) for authentication/authorization with your app, update your app configuration to [register a custom provider](./authentication-custom.md).
1818
1919

20-
Azure Static Web Apps provides a streamlined authentication experience, where no other actions or configurations are required to use GitHub,and Azure Active Directory (Azure AD) for authentication.
20+
Azure Static Web Apps provides a streamlined authentication experience, where no other actions or configurations are required to use GitHub and Azure Active Directory (Azure AD) for authentication.
2121

2222
In this article, learn about default behavior, how to set up sign-in and sign-out, how to block an authentication provider, and more.
2323

articles/static-web-apps/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ With Static Web Apps, static assets are separated from a traditional web server
3333
- **Free SSL certificates**, which are automatically renewed.
3434
- **Custom domains** to provide branded customizations to your app.
3535
- **Seamless security model** with a reverse-proxy when calling APIs, which requires no CORS configuration.
36-
- **Authentication provider integrations** with Azure Active Directory, and GitHub.
36+
- **Authentication provider integrations** with Azure Active Directory and GitHub.
3737
- **Customizable authorization role definition** and assignments.
3838
- **Back-end routing rules** enabling full control over the content and routes you serve.
3939
- **Generated staging versions** powered by pull requests enabling preview versions of your site before publishing.

0 commit comments

Comments
 (0)