diff options
-rw-r--r-- | front/src/routes/man_pages.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/front/src/routes/man_pages.jsx b/front/src/routes/man_pages.jsx index b67dd4f..813f925 100644 --- a/front/src/routes/man_pages.jsx +++ b/front/src/routes/man_pages.jsx @@ -131,7 +131,7 @@ export const ManPages = () => { message to upon an update in a game it is playing. Upon a move, it will be immediately POST'd to with a single GameUpdate object, but when using the "redrive" feature (mostly for testing), an array of - game that correspond to games in which it is still the bot's turn: + GameUpdates that correspond to games in which it is still the bot's turn: <pre>{botMoveRequestSchema}</pre> </li> <li> |