Skip to content

Commit

Permalink
analized -> analyzed
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfixes committed Dec 20, 2019
1 parent 7aa3766 commit 18b5559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/formatters.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ lib/bar.rb:13:14: W: Lint/DeprecatedClassMethods: File.exists? is deprecated in
### Pacman Style Formatter
The `pacman` style formatter prints a PACDOT per every file to be analized. Pacman will "eat" one PACDOT per file when no offense is detected. Otherwise it will print a Ghost.
The `pacman` style formatter prints a PACDOT per every file to be analyzed. Pacman will "eat" one PACDOT per file when no offense is detected. Otherwise it will print a Ghost.
This is inspired by the [Pacman](https://github.com/go-labs/rspec_pacman_formatter) formatter for RSpec.
```sh
Expand Down

0 comments on commit 18b5559

Please sign in to comment.