Skip to content

Commit

Permalink
Fix TYPO
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolerd committed Jan 11, 2019
1 parent 25a2eba commit 21238f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Steps to reproduce
.. code-block:: html

<script>
alert('I am a stored XSS. Your cookies are: ' + document.cookie')
alert('I am a stored XSS. Your cookies are: ' + document.cookie);
</script>

7. Submit the review by clicking "Save" button.
Expand Down

0 comments on commit 21238f2

Please sign in to comment.