diff --git a/reference/filter/filters.xml b/reference/filter/filters.xml
index c4f52759dd..860df59fd4 100644
--- a/reference/filter/filters.xml
+++ b/reference/filter/filters.xml
@@ -415,7 +415,7 @@
Regards inputs starting with a zero (0) as octal
- numbers. This only allows the preceding digits to be
+ numbers. This only allows the succeeding digits to be
0-7.
@@ -427,7 +427,7 @@
Regards inputs starting with 0x or
0X as hexadecimal numbers. This only allows
- preceding characters to be a-hA-H0-9.
+ succeeding characters to be a-hA-H0-9.