Merge pull request #984 from hkdobrev/patch-1

Fix docs typo
This commit is contained in:
Tomáš Votruba 2019-01-23 15:40:21 -08:00 committed by GitHub
commit ffd914ce26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
## 1. Finds all files and Load Configured Rectors
- The application finds files in source you provide and registeres Rectors - from `--level`, `--configur` or local `rector.yml`
- The application finds files in source you provide and registeres Rectors - from `--level`, `--config` or local `rector.yml`
- Then it iterates all found files and applies relevant Rectors to them.
- *Rector* in this context is 1 single class that modifies 1 thing, e.g. changes class name