Skip to content

Commit

Permalink
fix typo : you must create a new token builder,
Browse files Browse the repository at this point in the history
  • Loading branch information
roxie-dev authored and Slamdunk committed Aug 23, 2022
1 parent 2483e07 commit 62184df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/issuing-tokens.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Issuing tokens

To issue new tokens you must create a new token a builder, customise it, and ask it to build the token:
To issue new tokens you must create a new token builder, customise it, and ask it to build the token:

```php
<?php
Expand Down

0 comments on commit 62184df

Please sign in to comment.