We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02bace4 commit 81ccb74Copy full SHA for 81ccb74
README.md
@@ -104,7 +104,7 @@ iex> ^numbers = MyApp.CompileTimeSqids.decode!(id)
104
105
This also allows you to encode and decode IDs without managing context.
106
107
-If not options are known at compile time but you'd still like to not pass
+If not all options are known at compile time but you'd still like to not pass
108
context on every encode and decode call, you can `use Sqids`, which will
109
generate functions that retrieve the underlying context transparently and call
110
`Sqids` for you.
0 commit comments