Skip to content

Commit

Permalink
Bad Brain
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Oct 29, 2023
1 parent 02bace4 commit 81ccb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ iex> ^numbers = MyApp.CompileTimeSqids.decode!(id)

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

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
context on every encode and decode call, you can `use Sqids`, which will
generate functions that retrieve the underlying context transparently and call
`Sqids` for you.
Expand Down

0 comments on commit 81ccb74

Please sign in to comment.