Skip to content

Commit

Permalink
Merge pull request #299 from y-yagi/fix_typo
Browse files Browse the repository at this point in the history
Replace Awesome Print to Amazing Print
  • Loading branch information
reidmorrison authored Sep 29, 2024
2 parents 9837e6b + a2375a1 commit 940dbbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ To show the Action View rendering messages in production:
config.rails_semantic_logger.rendered = true
~~~

#### Awesome Print Options
#### Amazing Print Options

The default Awesome Print options can be changed by supplying any valid Awesome Print options:
The default Amazing Print options can be changed by supplying any valid Amazing Print options:

~~~ruby
config.rails_semantic_logger.ap_options = {multiline: false}
Expand All @@ -266,7 +266,7 @@ See the [Amazing Print Documentation](https://github.com/amazing-print/amazing_p
Notes:

* The option `:multiline` is set to false if not supplied.
* Has no effect if Awesome Print is not installed.
* Has no effect if Amazing Print is not installed.

### Additional appenders

Expand Down

0 comments on commit 940dbbc

Please sign in to comment.