Skip to content

Commit

Permalink
docs: Remove duplicate word in game instructions (#3252)
Browse files Browse the repository at this point in the history
## Motivation

<img width="543" alt="Снимок экрана 2025-02-05 в 08 45 25"
src="https://github.com/user-attachments/assets/49700d8b-221a-490d-b5c7-7a6e53009968"
/>


Noticed a  typo in the instructions: "player player" → "player".
This fixes it for clarity. No other changes.

Signed-off-by: Frag <[email protected]>
  • Loading branch information
fragchain authored Feb 5, 2025
1 parent b8083c1 commit 19ae9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hex-game/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Now the first player can make a move by navigating to the URL you get by running
mutation { makeMove(x: 4, y: 4) }
```

And the second player player at the URL you get by running `echo "http://localhost:8080/chains/$HEX_CHAIN/applications/$APP_ID"`:
And the second player at the URL you get by running `echo "http://localhost:8080/chains/$HEX_CHAIN/applications/$APP_ID"`:

```gql,uri=http://localhost:8081/chains/$HEX_CHAIN/applications/$APP_ID
mutation { makeMove(x: 4, y: 5) }
Expand Down

0 comments on commit 19ae9bc

Please sign in to comment.