typo
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/3.0_to_4.0.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/3.0_to_4.0.xhtml
index d37dc54..fa3d7c5 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/3.0_to_4.0.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/3.0_to_4.0.xhtml
@@ -203,7 +203,7 @@
     <tc:section id="crlf" label="CRLF in textarea">
       <p>
         CRLF in textarea will be converted to LF automatically to avoid inconsistencies with length validation.
-        If you need the old behaviour, set <code>&lt;decode-line-feed>false&lt;/decode-line-feed></code>
+        If you need the old behavior, set <code>&lt;decode-line-feed>false&lt;/decode-line-feed></code>
         in the <code>tobago-config.xml</code>.
       </p>
     </tc:section>