From 153f8224d1fec9aa7842e0cf3cadfd75063715ba Mon Sep 17 00:00:00 2001 From: John Cornell Date: Thu, 8 Dec 2022 14:42:56 -0500 Subject: [PATCH] Fixed typo --- docs/annotating_code/type_syntax/utility_types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/annotating_code/type_syntax/utility_types.md b/docs/annotating_code/type_syntax/utility_types.md index 81874bab822..6f9552cadb7 100644 --- a/docs/annotating_code/type_syntax/utility_types.md +++ b/docs/annotating_code/type_syntax/utility_types.md @@ -1,6 +1,6 @@ # Utility types -Psalm supports some _magical_ utility types that brings superpower to the PHP type system.Re +Psalm supports some _magical_ utility types that brings superpower to the PHP type system. ## `key-of`