Skip to content

Commit

Permalink
Merge pull request #882 from Slamdunk/typo
Browse files Browse the repository at this point in the history
Fix typo: you must create a new token builder
  • Loading branch information
lcobucci committed Aug 23, 2022
2 parents 2483e07 + 62184df commit cfaa3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/issuing-tokens.md
@@ -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 cfaa3c7

Please sign in to comment.