diff --git a/playgrounds/firecamp-graphql/src/components/playground-panel/playground/request/statusbar/Controls.tsx b/playgrounds/firecamp-graphql/src/components/playground-panel/playground/request/statusbar/Controls.tsx index 9d342090..7a36d6c7 100644 --- a/playgrounds/firecamp-graphql/src/components/playground-panel/playground/request/statusbar/Controls.tsx +++ b/playgrounds/firecamp-graphql/src/components/playground-panel/playground/request/statusbar/Controls.tsx @@ -19,7 +19,7 @@ const Controls = ({ isQueryDirty, toggleQueryDirty }) => { setAddNewQueryMessage(``); } else { setAddNewQueryMessage( - `You have not saved quries to collection! Are you sure you want to reset?` + `You have not saved queries to collection! Are you sure you want to reset?` ); } };