about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 8e87c2cf..bc1958ce 100644
--- a/index.html
+++ b/index.html
@@ -256,7 +256,7 @@ combining two text editor widgets, one on the left, one on the right.
 <br/><a href='html/edit/005-sandbox.mu.html'>edit/005-sandbox.mu</a>: support
 for running mu code in the right-hand widget using code from the left, and
 displaying results in a <em>sandbox</em> below on the right. You can have
-multiple sandboxes, and hit F4 to rerun them all at anytime with the latest
+multiple sandboxes, and hit F4 to rerun them all at any time with the latest
 version of the code on the left side.
 <br/><a href='html/edit/006-sandbox-copy.mu.html'>edit/006-sandbox-edit.mu</a>:
 click on the 'copy' button in each sandbox to duplicate its contents.
ref='#n111'>111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181