Skip to content

Commit 2983a52

Browse files
committed
added missing DataTreeNode
1 parent c7bc3e9 commit 2983a52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def export_config():
5959

6060
## Configuration Objects
6161

62-
Each configuration object contains all of the information XRLint needs
62+
Each configuration object contains all the information XRLint needs
6363
to execute on a set of files. Each configuration object is made up of
6464
these properties:
6565

docs/start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ Initializing a new project with
2727
xrlint --init
2828
```
2929

30-
writes a configuration file `xrlint.config.yaml`
30+
writes a configuration file `xrlint_config.yaml`
3131
into the current working directory:
3232

3333
```yaml
3434
- recommended
3535
```
3636
3737
This configuration file tells XRLint to use the predefined configuration
38-
named `recommeded`.
38+
named `recommended`.
3939

4040
Create a dataset to test XRLint:
4141

0 commit comments

Comments
 (0)