doc/internals.rdoc in rodauth-1.10.0 vs doc/internals.rdoc in rodauth-1.11.0

- old
+ new

@@ -147,10 +147,10 @@ # and a default value. It is similar to the methods above, except that it allows # arbitrary method names. The notice_flash, error_flash, button, and additional_form_tags # methods are actually defined in terms of this method. # # So this particular method defines a foo_error_status method that will return 401 by - # default, but also adds a cofniguration method that allows you to override the default. + # default, but also adds a configuration method that allows you to override the default. auth_value_method :foo_error_status, 401 # This is similar to auth_value_method, but it only adds the configuration method. # Using this should only be done if you have defining the method in the feature # separately (see below).