Skip to content

Commit

Permalink
Fix typo: "unitialized"
Browse files Browse the repository at this point in the history
  • Loading branch information
zenahirsch committed Oct 19, 2022
1 parent 347a1c2 commit 459fdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running_psalm/issues/PropertyNotSetInConstructor.md
@@ -1,6 +1,6 @@
# PropertyNotSetInConstructor

Unitialized properties are hard to statically analyze. To prevent mistakes, Psalm will enforce that all properties should be initialized.
Uninitialized properties are hard to statically analyze. To prevent mistakes, Psalm will enforce that all properties should be initialized.

It does that through [MissingConstructor](./MissingConstructor.md) and this issue.

Expand Down

0 comments on commit 459fdcd

Please sign in to comment.