<p>Consider, for example, the common scenario where
<code class="directive">RewriteRule</code> is used to enforce a canonical
hostname, such as <code>www.example.com</code> instead of
-<code>example.com</code>. This can be done using the <code class="directive"><a href="../mod/core.html#if"><If></a></code> direct, as shown here:</p>
+<code>example.com</code>. This can be done using the <code class="directive"><a href="../mod/core.html#if"><If></a></code> directive, as shown here:</p>
<div class="example"><p><code>
<If "$req{Host} = 'example.com'"><br />
<directive>RewriteRule</directive> is used to enforce a canonical
hostname, such as <code>www.example.com</code> instead of
<code>example.com</code>. This can be done using the <directive
-module="core" type="section">If</directive> direct, as shown here:</p>
+module="core" type="section">If</directive> directive, as shown here:</p>
<example>
<If "$req{Host} = 'example.com'"><br />