--- a/beast/usage/index.html Fri Jan 20 23:42:27 2017 +0000
+++ b/beast/usage/index.html Fri Jan 27 17:41:22 2017 +0000
@@ -43,7 +43,7 @@
<p><code>define-aspect</code> takes the name of the aspect and zero or more slot definitions.</p>
-<p>The names of aspect slots will be have the aspect name prepended to them with
+<p>The names of aspect slots will have the aspect name prepended to them with
a slash to avoid clashing between aspects, and the <code>initargs</code> and <code>accessors</code>
will be added for you. So for example, this:</p>
<div class="codehilite"><pre><span/><span class="p">(</span><span class="nv">define-aspect</span> <span class="nv">inspectable</span> <span class="nv">text</span><span class="p">)</span>