Skip to content

Commit 7c49c42

Browse files
committed
Fix typo in README
1 parent 2a72b30 commit 7c49c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ HTML and JSON API for all supported features.
3838
* WebAuthn Login (Passwordless login via WebAuthn)
3939
* WebAuthn Verify Account (Passwordless WebAuthn Setup)
4040
* WebAuthn Autofill (Autofill WebAuthn credentials on login)
41-
* WebAuthn Modify Email (Email when WebAuthn authenticator aded or removed)
41+
* WebAuthn Modify Email (Email when WebAuthn authenticator added or removed)
4242
* OTP (Multifactor authentication via TOTP)
4343
* OTP Modify Email (Email when TOTP authentication setup or disabled)
4444
* OTP Unlock (Unlock TOTP authentication after lockout)
@@ -889,7 +889,7 @@ which configures which dependent plugins should be loaded. Options:
889889
to use the csrf plugin instead of the route_csrf plugin.
890890
:flash :: Set to +false+ to not load the flash plugin
891891
:render :: Set to +false+ to not load the render plugin. This is useful
892-
to avoid the dependency on tilt when using alternative view libaries.
892+
to avoid the dependency on tilt when using alternative view libraries.
893893
:json :: Set to +true+ to load the json and json_parser plugins. Set
894894
to +:only+ to only load those plugins and not any other plugins.
895895
Note that if you are enabling features that send email, you

0 commit comments

Comments
 (0)