Skip to content

Commit e94c175

Browse files
committed
Rewrite code samples README
1 parent 952917f commit e94c175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-Authentication/5-sign-in-express/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ There is one web app in this sample. To deploy it to **Azure App Services**, you
384384
1. Update your **Redirect URIs** to to match the site URL of your Azure deployment such as `https://ciam-msal-node-webapp.azurewebsites.net/auth/redirect`.
385385
1. Select **Configure** to save your changes.
386386

387-
> :warning: If your app use *in-memory* storage, **Azure App Services** will spin down your web site if it is inactive. This action empties any records in the memory. In addition, if you increase the instance count of your website, Azure Service distributes the requests among the instances. Therefore, rour app's records won't be the same on each instance.
387+
> :warning: If your app use *in-memory* storage, **Azure App Services** will spin down your web site if it is inactive. This action empties any records in the memory. In addition, if you increase the instance count of your website, Azure Service distributes the requests among the instances. Therefore, your app's records won't be the same on each instance.
388388
</details>
389389
390390
## Contributing

0 commit comments

Comments
 (0)