Skip to content

Commit 81ccb74

Browse files
committed
Bad Brain
1 parent 02bace4 commit 81ccb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ iex> ^numbers = MyApp.CompileTimeSqids.decode!(id)
104104

105105
This also allows you to encode and decode IDs without managing context.
106106

107-
If not options are known at compile time but you'd still like to not pass
107+
If not all options are known at compile time but you'd still like to not pass
108108
context on every encode and decode call, you can `use Sqids`, which will
109109
generate functions that retrieve the underlying context transparently and call
110110
`Sqids` for you.

0 commit comments

Comments
 (0)