From 87954f6ddcb6760cc418faa6c50f1415b565adfa Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 20 Nov 2023 13:11:22 -0700 Subject: [PATCH] fix typo --- front/src/routes/man_pages.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:
{botMoveRequestSchema}