Skip to content

Commit

Permalink
docs: fix typos in sample configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Nov 28, 2024
1 parent 07a1d5e commit 867ceeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sample_configurations.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Sample Configurations

The followbng document outlines sample configurations that may be used to achieve certain formattting/linting outcomes.
The following document outlines sample configurations that may be used to achieve certain formatting/linting outcomes.

## Alinging AS statements
## Aligning AS statements

Suppose you want to align as statements in a `select` to return the following outcome.

Expand All @@ -22,7 +22,7 @@ select
from table
```

This can be achieved withe following configuration addition:
This can be achieved with the following configuration addition:

```
[sqruff:layout:type:alias_expression]
Expand Down

0 comments on commit 867ceeb

Please sign in to comment.