diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 0de6bfcf5c..275a7465b8 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -993,7 +993,7 @@ Core layer for images cannot be removed
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.