Skip to content

Commit 4993110

Browse files
authored
Update review-publish-pull-requests.md
fix blocking issues
1 parent 34e1e68 commit 4993110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/static-web-apps/review-publish-pull-requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Once the workflow completes building and deploying your app, the GitHub bot adds
7777

7878
1. Select the pre-production URL to see your staged changes.
7979

80-
:::image type="content" source="./media/review-publish-pull-requests/bot-comment.png" alt-text="Pull request comment with the pre-production URL":::
80+
:::image type="content" source="./media/review-publish-pull-requests/bot-comment.png" alt-text="Screenshot of pull request comment with the pre-production URL.":::
8181

8282
The URL is composed like this: `https://<SUBDOMAIN-PULL_REQUEST_ID>.<AZURE_REGION>.azurestaticapps.net`. For a given pull request, the URL remains the same, even if you push new updates. The same pre-production environment also gets reused for the life of the pull request.
8383

@@ -92,7 +92,7 @@ Merge the pull request to publish to production.
9292

9393
:::image type="content" source="./media/review-publish-pull-requests/merge.png" alt-text="Screenshot showing the Merge pull request button in GitHub interface.":::
9494

95-
Your changes get copied to the tracked branch (the "production" branch). Then, the deployment workflow starts on the tracked branch and the changes go live after your application rebuilds.
95+
Your changes get copied to the tracked branch (the "production" branch). Then, the deployment workflow starts on the tracked branch and the changes go live after your application rebuilds.
9696

9797
1. Open your production URL to load the live version of the website and verify.
9898

0 commit comments

Comments
 (0)