Skip to content

Commit

Permalink
docs: Fix typos on README
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmechlark committed Feb 13, 2024
1 parent 1f27573 commit bf0746e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit bf0746e

Please sign in to comment.