Skip to content

Commit de46311

Browse files
committed
Fix typo
Github -> GitHub
1 parent b0a3ea0 commit de46311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/deploy-nextjs-hybrid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Next.js uses environment variables at build time and at request time, to support
288288
uses: Azure/static-web-apps-deploy@v1
289289
with:
290290
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
291-
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
291+
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
292292
action: "upload"
293293
app_location: "/"
294294
api_location: ""

0 commit comments

Comments
 (0)