From 78d8cc172769b1b13488cdda14578429f5e788c5 Mon Sep 17 00:00:00 2001 From: Tonko Mulder Date: Wed, 6 Apr 2022 11:19:36 +0200 Subject: [PATCH] small typo fix for annotations.md --- docs/usage/annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/annotations.md b/docs/usage/annotations.md index a3540b0..31387d7 100644 --- a/docs/usage/annotations.md +++ b/docs/usage/annotations.md @@ -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]