diff --git a/docs/annotating_code/type_syntax/scalar_types.md b/docs/annotating_code/type_syntax/scalar_types.md index 20eeda0c3..fc74aaf5d 100644 --- a/docs/annotating_code/type_syntax/scalar_types.md +++ b/docs/annotating_code/type_syntax/scalar_types.md @@ -39,8 +39,8 @@ Psalm also supports a `trait-string` annotation denote a trait that exists. ### callable-string -`callable-string` denotes the a string value that has passed an `is_callable` check. +`callable-string` denotes a string value that has passed an `is_callable` check. ### numeric-string -`numeric-string` denotes the a string value that has passed an `is_numeric` check. +`numeric-string` denotes a string value that has passed an `is_numeric` check.