diff --git a/docs/misc/9_guides/sequin/index.mdx b/docs/misc/9_guides/sequin/index.mdx index 98e4735d1..c4471bdd1 100644 --- a/docs/misc/9_guides/sequin/index.mdx +++ b/docs/misc/9_guides/sequin/index.mdx @@ -91,7 +91,7 @@ The type is an argument with a default value of “Bag” but you can always pas With Sequin, you can also make [mutations](https://docs.sequin.io/writes) via your database as well. Inserts, updates, and deletes you make to Sequin-synced tables are first applied to the API. If they pass validation, they're committed to your database. -To write your first mutation query, navigate to "Home" on the left sidebar and click the “+Script” button. +To write your first mutation query, navigate to "Home" on the left sidebar and click the “+ Script” button. In the list of Resources, select the Postgres connection to Sequin.