Skip to content

Commit

Permalink
Update website/docs/docs/cloud/use-dbt-copilot.md
Browse files Browse the repository at this point in the history
Co-authored-by: dave-connors-3 <[email protected]>
  • Loading branch information
mirnawong1 and dave-connors-3 authored Dec 11, 2024
1 parent 9ccae50 commit a838582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/cloud/use-dbt-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Access dbt Copilot's AI prompt window using the keyboard shortcut Cmd+B (Mac) or
- **Green**: Means new code that will be added if you accept the suggestion.
- **Red**: Highlights existing code that will be removed or replaced by the suggested changes.

#### 4. Accept or reject suggestions for full control
#### 4. Accept or reject suggestions

Check warning on line 62 in website/docs/docs/cloud/use-dbt-copilot.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/cloud/use-dbt-copilot.md#L62

[custom.SentenceCaseHeaders] '4. Accept or reject suggestions' should use sentence-style capitalization. Try '' instead.
Raw output
{"message": "[custom.SentenceCaseHeaders] '4. Accept or reject suggestions' should use sentence-style capitalization. Try '' instead.", "location": {"path": "website/docs/docs/cloud/use-dbt-copilot.md", "range": {"start": {"line": 62, "column": 6}}}, "severity": "WARNING"}
- **Accept**: If the generated SQL meets your requirements, click the **Accept** button to apply the changes directly to your `.sql` file directly in the IDE.
- **Reject**: If the suggestion don’t align with your request/prompt, click **Reject** to discard the generated SQL without making changes and start again.

Expand Down

0 comments on commit a838582

Please sign in to comment.