We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288ac24 commit d2a0eceCopy full SHA for d2a0ece
README.md
@@ -96,7 +96,7 @@ Document.find(5).to_sgid.to_s == Document.find(5).to_sgid.to_s
96
# => false
97
```
98
99
-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,
100
101
```ruby
102
# Passing a false value to either expiry option turns off expiration entirely.
0 commit comments