From e5243644b2d70a8112f6deb2344643cf3af1c9a9 Mon Sep 17 00:00:00 2001 From: Todd Morningstar Date: Wed, 6 Nov 2019 12:10:54 -0800 Subject: [PATCH] Update Spelling in README#Usage * Fix typo of `ethod` to be `method` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9c18a8..e15e3bc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Or install it yourself as: ## Usage -For example, say you have a class RecordCollection which contains an array @records. You could provide the lookup ethod `#record_number()`, which simply calls #[] on the @records array, like this: +For example, say you have a class RecordCollection which contains an array @records. You could provide the lookup method `#record_number()`, which simply calls #[] on the @records array, like this: ``` require 'forwardable'