stop using Moo as a test package
[catagits/Catalyst-Runtime.git] / README.mkdn
index c0e43b7..203d418 100644 (file)
@@ -1570,7 +1570,7 @@ This has been done since not all people need this feature and we wish to restric
     when the application is in an unexpected state.
 
     Before version 5.90070, the default used to be false. To keep the old
-    behaviour, you can explicitely set the value to false. E.g.
+    behaviour, you can explicitly set the value to false. E.g.
 
         __PACKAGE__->config(abort_chain_on_error_fix => 0);