Skip to content

Commit 940dbbc

Browse files
authored
Merge pull request #299 from y-yagi/fix_typo
Replace Awesome Print to Amazing Print
2 parents 9837e6b + a2375a1 commit 940dbbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/rails.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ To show the Action View rendering messages in production:
252252
config.rails_semantic_logger.rendered = true
253253
~~~
254254

255-
#### Awesome Print Options
255+
#### Amazing Print Options
256256

257-
The default Awesome Print options can be changed by supplying any valid Awesome Print options:
257+
The default Amazing Print options can be changed by supplying any valid Amazing Print options:
258258

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

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

271271
### Additional appenders
272272

0 commit comments

Comments
 (0)