Skip to content

Commit

Permalink
fix(docs): small fixes to the docs (NangoHQ#2554)
Browse files Browse the repository at this point in the history
## Describe your changes
Typo and language fix

## Issue ticket number and link

## Checklist before requesting a review (skip if just adding/editing
APIs & templates)
- [ ] I added tests, otherwise the reason is: 
- [ ] I added observability, otherwise the reason is:
- [ ] I added analytics, otherwise the reason is:
  • Loading branch information
khaliqgant authored Jul 28, 2024
1 parent 5406379 commit 1ffd0e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Nango automatically validates your integration inputs & outputs. It also offers

## Automatic validation

The validation is available during development and production, and do not require any configuration from you:
The validation is available during development and production, and does not require any configuration from you:

- **CLI**: Dry Run validation errors are logged and will halt execution when using `--validation` command option
- **Production**: Validation errors are logged but do not halt execution
Expand Down
2 changes: 1 addition & 1 deletion docs-v2/reference/integration-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ integrations:
scopes: # Required scopes.
- scope1
- scope2
auto_starts: true # If true, data syncing starts when a new connection is created.
auto_start: true # If true, data syncing starts when a new connection is created.
track_deletes: true # If true, automatically detects deleted records (for full refresh syncs only).
webhook_subscriptions: # The types of webhook this sync handles.
- subscription1
Expand Down

0 comments on commit 1ffd0e6

Please sign in to comment.