README.md in rubocop-rspec-1.0.rc3 vs README.md in rubocop-rspec-1.0
- old
+ new
@@ -36,11 +36,11 @@
```
require: rubocop-rspec
```
-Now you can run `rubocop` and it will autmaticly load the RuboCop RSpec
+Now you can run `rubocop` and it will automaticly load the RuboCop RSpec
cops together with the standard cops.
### Command line
```bash
@@ -66,10 +66,10 @@
cop. For example:
```yaml
RSpec/FileName:
Exclude:
- - spec/my_poorly_named_spec_file.rb
+ - spec/my_poorly_named_spec_file.rb
```
## License