Skip to content

Commit

Permalink
Merge pull request #27 from Treggats/patch-1
Browse files Browse the repository at this point in the history
small typo fix for annotations.md
  • Loading branch information
freekmurze authored Apr 6, 2022
2 parents 97c2e31 + 78d8cc1 commit 1371bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export type UserRepository = {
};
```

We can dot better than this, since we know the keys of the array:
We can do better than this, since we know the keys of the array:

```php
use Spatie\TypeScriptTransformer\Attributes\TypeScript;#[TypeScript]
Expand Down

0 comments on commit 1371bb8

Please sign in to comment.