From d2a0ece77360c4f595bd45c8b86340ea90aebb61 Mon Sep 17 00:00:00 2001 From: Grachev Mikhail Date: Sun, 14 Oct 2018 23:03:59 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efc6995..f5e51d3 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Document.find(5).to_sgid.to_s == Document.find(5).to_sgid.to_s # => false ``` -You need to explicity pass `expires_in: nil` to generate a permanent SGID that will not expire, +You need to explicitly pass `expires_in: nil` to generate a permanent SGID that will not expire, ```ruby # Passing a false value to either expiry option turns off expiration entirely.