Skip to content

Commit

Permalink
grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
master-lincoln committed Apr 12, 2014
1 parent 024b8e1 commit c5b34e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terminator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Here you have the prototype code of the next Terminator fan page:
</body>
</html>
```
One of my colleagues have written the next code that will log the name we send using the form in the previous page.
One of my colleagues has written the next code that will log the name we send using the form in the previous page.
```
<script>
function sayonara( name ) {
Expand All @@ -25,12 +25,12 @@ One of my colleagues have written the next code that will log the name we send u
sayonara( greetings );
</script>
```
But then someone sent the next message as a name and the behaviour of the page has changed...
But then someone sends the next message as a name and the behaviour of the page changes...
```
'</script><script>console.log("I will come back!")</script><script>'
```

Here is an example of execute the page with the bug:
Here is an example of executing the page with the bug:
```
<!DOCTYPE html>
<html>
Expand Down Expand Up @@ -71,4 +71,4 @@ console.log(result);
assert(result === 'Sayonara <\/script><script>console.log("I will come back!")<\/script><script>!');
```

---
---

0 comments on commit c5b34e9

Please sign in to comment.