From a5f281f291d56ec73575675c59fe9c6ebe876b6b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 14 Sep 2021 13:51:31 +0900 Subject: [PATCH] Fix a typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ab8477..3f21ae1 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ scratch.rb:7:in `call': undefined method `upcase' for nil:NilClass (NoMethodErro I would love to get something like this directly in Ruby, but I first need to prove it's useful. The `did_you_mean` functionality started as a gem that was eventually adopted by a bunch of people and then Ruby core liked it enough that they included it in the source. The goal of this gem is to: -1. Get real world useage and feedback. If we gave you an awful suggestion, let us know! We try to handle lots of cases well, but maybe we could be better. +1. Get real world usage and feedback. If we gave you an awful suggestion, let us know! We try to handle lots of cases well, but maybe we could be better. 2. Prove out demand. If you like this idea, then vote for it by putting it in your Gemfile. ## Artificial Inteligence?