Skip to content

Commit 55dfe7e

Browse files
Fix typos
1 parent 234a3d7 commit 55dfe7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/developer-tools/guides/code-sync-errors.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ relatedArticles:
88
- 261fb4ed-83e5-4f92-8f52-8da22749a92e
99
---
1010

11-
If you've got your repo synced to pass code to Kinde, for use in custom page code or workflows, you may encounter errors from time to time. Here's some common ones and how to solve.
11+
If youve synced your repository to pass code to Kinde for custom pages or workflows, you may encounter errors from time to time. Here are some common issues and how to resolve them.
1212

1313
## Deployment failed: More than one workflow assigned to this trigger
1414

15-
Each trigger is mapped to a single workflow, make sure you don’t have any existing workflows already using the trigger.
15+
Each trigger can be mapped to only one workflow. Make sure you don’t already have a workflow using the same trigger.
1616

1717
## No default function exported
1818

19-
Kinde expects a default function to be exported. Make sure the format is correct:
19+
Kinde expects a default function to be exported. Make sure the format is correct.
2020

2121
```jsx
2222
// Pages
@@ -36,11 +36,11 @@ export default async function Workflow(event) {
3636

3737
Workflows require a unique ID to be set in the `workflowSettings` object.
3838

39-
If you do have an ID set in your code this indicates that the page could not compile, and therefore the settings could not be read.
39+
If an ID is present in your code, this usually means the page failed to compile and the settings could not be read.
4040

4141
## Sync log showing no pages and no workflows
4242

43-
Technically the sync was successful but Kinde was unable to find any pages or workflows in your repo. Check you `kindeSrc` file and default exports.
43+
Technically the sync was successful but Kinde was unable to find any pages or workflows in your repo. Check your `kindeSrc` file and default exports.
4444

4545
## No matching export in `"kindeKnownPackage:https://cdn.jsdelivr.net/npm/@kinde/infrastructure@latest/+esm" for import <xxxxx>`
4646

0 commit comments

Comments
 (0)