Skip to content

Commit

Permalink
spelling and name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Isabel Anguera committed Jun 13, 2020
1 parent aa80b44 commit 0b503e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/examples/index.html
Expand Up @@ -40,6 +40,7 @@ <h1>Examples</h1>
<li><a href="./hello_party">hello_party</a></li>
<li><a href="./hello_watch">hello_watch</a></li>
<li><a href="./hello_cdn">hello_cdn</a></li>
<li><a href="./set_shared">hello_set</a></li>
<li><a href="./click_history">click_history</a></li>
<li><a href="./tilemapper">tilemapper</a></li>
<li><a href="./hosting">hosting</a></li>
Expand All @@ -49,7 +50,6 @@ <h1>Examples</h1>
<li><a href="./callback">callback</a></li>
<li><a href="./chat_log">Chat Log</a></li>
<li><a href="./chat_log_no_p5">Chat Log No P5</a></li>
<li><a href="./set_shared">hello_set_shared</a></li>
</ul>
</article>
</body>
Expand Down
2 changes: 1 addition & 1 deletion public/examples/tictactoe/README.md
@@ -1,6 +1,6 @@
# tic tac toe

This example shows a multliplayer tic-tac-toe game; users can choose a team and play in turn with others.
This example shows a multiplayer tic-tac-toe game; users can choose a team and play in turn with others.

- **pick** a team from the select menu
- **click** to add a mark on your turn
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Expand Up @@ -21,7 +21,7 @@ <h1>p5.Party</h1>
<li><a href="show_example.html?hello_party">hello_party</a></li>
<li><a href="show_example.html?hello_watch">hello_watch</a></li>
<li><a href="show_example.html?hello_cdn">hello_cdn</a></li>
<li><a href="show_example.html?set_shared">hello_set_shared</a></li>
<li><a href="show_example.html?set_shared">hello_set</a></li>
<li><a href="show_example.html?click_history">click_history</a></li>
<li><a href="show_example.html?tilemapper">tilemapper</a></li>
<li><a href="show_example.html?hosting">hosting</a></li>
Expand Down

0 comments on commit 0b503e9

Please sign in to comment.