diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 0c197535b4..64a5220d3a 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -669,7 +669,7 @@
FILESEXTRAPATHS_prepend := "path_1:path_2:path_3:"
- Typically, you want your directories search first.
+ Typically, you want your directories searched first.
To make sure that happens, use _prepend and
the immediate expansion (:=) operator as shown in the
previous example.