1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: fix spelling error in manpage
Author: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Last-Update: 2015-11-26
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106394
Bug: https://rt.cpan.org/Ticket/Display.html?id=106394
--- a/lib/Catalyst/View/JSON.pm
+++ b/lib/Catalyst/View/JSON.pm
@@ -307,7 +307,7 @@ this default via the C<json_encoder_args
B<NOTE> In 2015 the use of UTF8 as encoding is widely standard so it
is very likely you should need to do nothing to get the correct
-encoding. The following documention will remain for historical
+encoding. The following documentation will remain for historical
value and backcompat needs.
Due to the browser gotchas like those of Safari and Opera, sometimes
|