You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configurator.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@
5
5
<br>
6
6
I want to support Linux, <inputtype="checkbox"id="os-mac"><labelfor="os-mac">macOS</label>, <inputtype="checkbox"id="os-win"><labelfor="os-win">Windows</label>.
7
7
<br>
8
-
I want to support latest Crystal, <inputtype="checkbox"id="crystal-ver"><labelfor="crystal-ver">a particular older version</label> <inputtype="checkbox"id="crystal-nightly"><labelfor="crystal-nightly">and follow Crystal nightly</label>.
8
+
I want to support latest Crystal, <inputtype="checkbox"id="crystal-ver"><labelfor="crystal-ver">a particular older version</label> <inputtype="checkbox"id="crystal-nightly"><labelfor="crystal-nightly">and follow Crystal <abbrtitle="Unreleased builds from the latest commit on master">nightlies</abbr></label>.
9
9
<br>
10
10
<inputtype="checkbox"id="tool-format"><labelfor="tool-format">I format code with <code>crystal tool format</code></label>.
11
11
<br>
12
-
<inputtype="checkbox"id="cache-shards"><labelfor="cache-shards">Cache dependencies (worth only if there are many).</label>
12
+
<inputtype="checkbox"id="cache-shards"><labelfor="cache-shards">Cache dependencies (worth only if there are many)</label>.
0 commit comments