Merge branch 'bugs/rt-75731'
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Upgrading.pod
index 1c9de49..907b309 100644 (file)
@@ -72,7 +72,7 @@ use of the non core method in your code as future changes to Catalyst will be
 synchronized to the core method first.  We reserve the right to cease support
 of the non core version should we reach a point in time where it cannot be
 properly supported as an external module.  Luckily this should be a trivial
-search and replace.  Change all occurences of:
+search and replace.  Change all occurrences of:
 
     CatalystX::InjectComponent->inject(...)
 
@@ -147,7 +147,7 @@ look.
 
 Also we added a new develop console mode only warning when you call a component
 with arguments that don't expect or do anything meaningful with those args.  Its
-possible if you are logging debug mode in production (please don't...) this 
+possible if you are logging debug mode in production (please don't...) this
 could add verbosity to those logs if you also happen to be calling for components
 and passing pointless arguments.  We added this warning to help people not make this
 error and to better understand the component resolution flow.
@@ -229,7 +229,7 @@ request URL query or keywords.  Most readings of the relevant specifications
 suggest these should be UTF-* encoded, which is the default that L<Catalyst>
 will use, however if you are creating a lot of URLs manually or have external
 evil clients, this might cause you trouble.  If you find the changes introduced
-in Catalyst version 5.90080+ break some of your query code, you may disable 
+in Catalyst version 5.90080+ break some of your query code, you may disable
 the UTF-8 decoding globally using this configuration.
 
 This setting takes precedence over C<default_query_encoding> and