Skip to content

Commit

Permalink
Fix typos in docs (allegro#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
l2dy authored and adrianmroz committed Mar 5, 2019
1 parent 9fcbd90 commit b2d7be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ this is how Turnilo emerged.
* [npm](https://www.npmjs.com/) - 6.5.0 version.

:warning:
Do not use `yarn` command for dependency managment and project build, use `npm` instead.
Do not use `yarn` command for dependency management and project build, use `npm` instead.
With `npm` builds are reproducible (thanks to package-lock.json) and even faster than with `yarn`.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ Let's say that you are responsible for all accounts in the United States as well
formula: $country == 'United States' or $accountName.in(['Toyota', 'Honda'])
```

Now my account would represent a custom filter boolean diemension.
Now my account would represent a custom filter boolean dimension.

##### Custom transformations

Expand Down

0 comments on commit b2d7be5

Please sign in to comment.