File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
6363to execute on a set of files. Each configuration object is made up of
6464these properties:
6565
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ Initializing a new project with
2727xrlint --init
2828```
2929
30- writes a configuration file ` xrlint.config .yaml`
30+ writes a configuration file ` xrlint_config .yaml`
3131into the current working directory:
3232
3333``` yaml
3434- recommended
3535` ` `
3636
3737This configuration file tells XRLint to use the predefined configuration
38- named ` recommeded `.
38+ named ` recommended `.
3939
4040Create a dataset to test XRLint :
4141
You can’t perform that action at this time.
0 commit comments