-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
fix(learn): add missing word #7897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Sajad Torkamani <sajadtorkamani1@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request improves the wording in the security-related section of the debugging documentation.
- Updated the sentence structure to clarify the security recommendation regarding firewall and access control usage.
avivkeller
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting fast-track
|
Lighthouse Results
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #7897 +/- ##
=======================================
Coverage 75.47% 75.47%
=======================================
Files 101 101
Lines 8311 8311
Branches 218 218
=======================================
Hits 6273 6273
Misses 2036 2036
Partials 2 2 ☔ View full report in Codecov by Sentry. |
|
Thanks, @sajadtorkamani! |
Description
Validation
Related Issues
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.