-
-
Notifications
You must be signed in to change notification settings - Fork 743
revisit: Improve formatting and clarity in revisit help HTML #6807
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
base: main
Are you sure you want to change the base?
Conversation
Updated the `revisit.html` help file to enhance readability and consistency. Changes include improved paragraph structure, clearer explanations, fixed typos, and better formatting for API endpoint documentation. Signed-off-by: Umoxfo <[email protected]>
New Issues (4)Checkmarx found the following issues in this Pull Request
Use @Checkmarx to reach out to us for assistance. Just send a PR comment with Examples: |
<p> | ||
Have you ever wanted to be able to browse an application you tested with ZAP at a specific time, | ||
perhaps when you dont have access to it, or after its been changed in some way?<br> | ||
Have you ever wanted to be able to browse an application you tested with ZAP at a specific time, perhaps when you don’t have access to it, or after its been changed in some way?<br> |
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.
It should be an apostrophe, and I don't think it needs to be an entity.
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.
its
should also be it's
; as the conjunction of "it" and "has"
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.
Fixed 364320f
Corrected 'its been changed' to 'it’s been changed' in the Revisit add-on help HTML to improve clarity and grammar. Signed-off-by: Umoxfo <[email protected]>
...sit/src/main/javahelp/org/zaproxy/zap/extension/revisit/resources/help/contents/revisit.html
Outdated
Show resolved
Hide resolved
...sit/src/main/javahelp/org/zaproxy/zap/extension/revisit/resources/help/contents/revisit.html
Outdated
Show resolved
Hide resolved
…isit/resources/help/contents/revisit.html Co-authored-by: Rick M <[email protected]> Signed-off-by: Makoto Sakaguchi <[email protected]>
Co-authored-by: Rick M <[email protected]> Signed-off-by: Makoto Sakaguchi <[email protected]>
Overview
Updated the
revisit.html
help file to enhance readability and consistency. Changes include improved paragraph structure, clearer explanations, fixed typos, and better formatting for API endpoint documentation.