Fix typo
diff --git a/src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc b/src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc
index caee741..8f4f931 100644
--- a/src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc
@@ -1760,7 +1760,7 @@
====
Unlike most other plugins, **pattern converters do not use a `@PluginFactory`**.
Instead, each converter is required to provide a static `newInstance(String[])` factory method.
-The `String[]` argument denots the the values that are specified within the curly braces that following the conversion specifier.
+The `String[]` argument denotes the values that are specified within the curly braces that following the conversion specifier.
====
Refer to following sources for simple examples: