From bf0746ec7cd23e6f4a07c9ce50e07cdff680b6a3 Mon Sep 17 00:00:00 2001 From: Clark Sumatra Date: Tue, 13 Feb 2024 12:26:37 +0800 Subject: [PATCH] docs: Fix typos on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d17aa4..8973575 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Read [this document from Github](https://docs.github.com/en/packages/working-wit #### Devise configuration -First of all, you have to configure the creadentials to validate the authentication. You can do it in the devise initializer: +First of all, you have to configure the credentials to validate the authentication. You can do it in the devise initializer: ```ruby Devise.setup do |config|