diff --git a/language/control-structures/include.xml b/language/control-structures/include.xml
index 2d377190f4..954b3cdced 100644
--- a/language/control-structures/include.xml
+++ b/language/control-structures/include.xml
@@ -15,7 +15,7 @@
include_path specified. The
include construct will emit a
warning if it
- cannot find a file; this is different behavior from require,
+ cannot find a file; this is different behavior from require,
which will emit a
fatal error.