docs: fix spelling and grammar (#13862)
Fixed various spelling errors and grammatical issues across multiple .mdx documentation files.
This commit is contained in:
@@ -574,7 +574,7 @@ Where:
|
||||
|
||||
- Enter a name for the API token, choose "Editor" for the permissions, then click Save.
|
||||
|
||||

|
||||

|
||||
|
||||
- `SANITY_PROJECT_ID`: The ID of the project, which you can find at the top section of your Sanity project's dashboard.
|
||||
|
||||
@@ -1816,7 +1816,7 @@ export const useSanitySyncs = (
|
||||
|
||||
The `useTriggerSanitySync` hook creates a mutation that, when executed, sends a request to the trigger sync API route you created earlier to sync all products.
|
||||
|
||||
The `useSanitySyncs` hook sends a request to the retrieve sync executions API route that you created earlier to retrieve the workflow's exections.
|
||||
The `useSanitySyncs` hook sends a request to the retrieve sync executions API route that you created earlier to retrieve the workflow's executions.
|
||||
|
||||
Finally, to create the UI route, create the file `src/admin/routes/sanity/page.tsx` with the following content:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user