Skip to content

Commit c8b381d

Browse files
committed
(docs) bookmarklet section grammar
1 parent 9a8eac5 commit c8b381d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/components/Tools/Bookmark.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ export default function Bookmark(): JSX.Element {
2828
(at least in Chrome). Drag this link <a id="bookmark_link" ref={ref}>LIPS REPL</a> to your
2929
bookmarks. When you click on the bookmark it will run the interpreter. You can also just
3030
click the link.</p> <p>The bookmark can also be used to add REPL to your LIPS Web
31-
application.</p> <p>It may also not work on sites that are protected with{' '}
31+
application.</p> <p>It may not work on sites that are protected with{' '}
3232
<a href="https://en.wikipedia.org/wiki/Content_Security_Policy">Content Security Policy</a>.
33-
CSP was created as a security solution to prevent mostly
33+
CSP was created mostly as a security solution to prevent
3434
{' '}<abbr title="Cross-site scripting">XSS</abbr> vunerablities. You can disable this
3535
mechanism with <a href="http://tinyurl.com/CSP-disable">Chrome Extension</a>,
3636
but you do this on your own risk.

0 commit comments

Comments
 (0)