console: fix typo in action type generator dropdown message

This PR fixes a small typo  in action type generator dropdown message.
<img width="296" alt="Screenshot 2023-01-12 at 3 40 22 PM" src="https://user-images.githubusercontent.com/68095256/212047378-05f5b6ad-306a-4709-9907-95a6d06cb2c7.png">

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7517
GitOrigin-RevId: cbc6e41b7cb06c8fda85160935056d48e6c46033
This commit is contained in:
Varun Choudhary 2023-01-12 17:55:45 +05:30 committed by hasura-bot
parent b245e41630
commit 2385b6c6f7

View File

@ -257,7 +257,7 @@ const ActionEditor: React.FC<ActionEditorProps> = ({
BETA
</Badge>
<div className="text-muted font-normal">
Generate GraphQL types from the currenty
Generate GraphQL types from the current
<p>state of an existing tracked table.</p>
</div>
</div>