Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Not using SSH:
GIT_USER=<Your GitHub username> yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch..

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix punctuation typo in deployment note.

Line 41 ends with a double period (branch..). Please change it to a single period for correct user-facing text.

Suggested patch
-If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch..
+If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch..
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 41, The sentence in the README deployment note ends with a
double period ("branch..") — edit the sentence text in README.md (the deployment
note sentence: "If you are using GitHub pages for hosting, this command is a
convenient way to build the website and push to the `gh-pages` branch..") and
replace the trailing double period with a single period so it reads
"...`gh-pages` branch.".

Loading