Skip to content

Commit d950d5f

Browse files
committed
fix PR review issues
1 parent 39df9a7 commit d950d5f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/static-web-apps/add-mongoose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Complete the following steps to create a Cosmos serverless DB.
3434
- Location: **West US 2**
3535
- Capacity mode: **Serverless (preview)**
3636
- Version: **4.0**
37-
:::image type="content" source="media/add-mongoose/cosmos-db.png" alt-text="Create new Cosmos DB instance":::
37+
:::image type="content" source="media/add-mongoose/cosmos-db.png" alt-text="Screenshot showing form for creating new Cosmos DB instance.":::
3838
8. Select **Review + create**.
3939
9. Select **Create**.
4040

articles/static-web-apps/bitbucket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Now that the repository is created, you can create a static web app from the Azu
9696

9797
1. Select **Review + create**.
9898
1. Select **Create**.
99-
2. Select **Go to resource**n.
99+
2. Select **Go to resource**.
100100
3. Select **Manage deployment token**.
101101
4. Copy the deployment token value and set it aside in an editor for later use.
102102
5. Select **Close** on the *Manage deployment token* window.

articles/static-web-apps/deploy-blazor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The Static Web Apps overview window displays a series of links that help you int
8383

8484
1. Select the banner that says, _Click here to check the status of your GitHub Actions runs_ to see the GitHub Actions running against your repository. Once you verify the deployment job is complete, then you can go to your website via the generated URL.
8585

86-
:::image type="content" source="./media/deploy-blazor/overview-window.png" alt-text="Overview window":::
86+
:::image type="content" source="./media/deploy-blazor/overview-window.png" alt-text="Screenshot showing overview window.":::
8787

8888
2. Once GitHub Actions workflow is complete, you can select the _URL_ link to open the website in new tab.
8989

articles/static-web-apps/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sections:
4545
- question: |
4646
My React application fails to build with the message “Treating warnings as errors because process.env.CI = true”. How do I fix this error?
4747
answer: |
48-
If your app uses [create-react-app](https://github.com/facebook/create-react-app), its build command treats warnings as errors when running in a continuous integration (CI) environment such as GitHub Actions or Azure Pipelines. If you have warnings in your app, it fails to build. To fix these issues, modify your app to remove the warnings. If want the build to succeed even if there are warnings, update your build script in _package.json_ to unset the `CI` environment variable:
48+
If your app uses [create-react-app](https://github.com/facebook/create-react-app), its build command treats warnings as errors when running in a continuous integration (CI) environment such as GitHub Actions or Azure Pipelines. If you have warnings in your app, it fails to build. To fix these issues, modify your app to remove the warnings. If you want the build to succeed even if there are warnings, update your build script in _package.json_ to unset the `CI` environment variable:
4949
5050
```json
5151
"scripts": {

0 commit comments

Comments
 (0)