diff --git a/language/oop5/property-hooks.xml b/language/oop5/property-hooks.xml
index d66568b61517..66ecd5d3030f 100644
--- a/language/oop5/property-hooks.xml
+++ b/language/oop5/property-hooks.xml
@@ -196,7 +196,7 @@ class Example
or a short-set with an explicit type, or so on is all valid.
- On a backed property, omitting a get orset
+ On a backed property, omitting a get or set
hook means the default read or write behavior will be used.