Skip to content

Commit d2a0ece

Browse files
mgrachevjeremy
authored andcommitted
Fix typo
1 parent 288ac24 commit d2a0ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Document.find(5).to_sgid.to_s == Document.find(5).to_sgid.to_s
9696
# => false
9797
```
9898

99-
You need to explicity pass `expires_in: nil` to generate a permanent SGID that will not expire,
99+
You need to explicitly pass `expires_in: nil` to generate a permanent SGID that will not expire,
100100

101101
```ruby
102102
# Passing a false value to either expiry option turns off expiration entirely.

0 commit comments

Comments
 (0)