Skip to content

Commit d401e88

Browse files
committed
replaced less with fewer
1 parent 99d7bc2 commit d401e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h2>tagging</h2>
142142
<code>git tag 1.0.0 1b2e1d63ff</code><br />
143143
the <i>1b2e1d63ff</i> stands for the first 10 characters of the commit id you want to reference with your tag. You can get the commit id with <br />
144144
<code>git log</code><br />
145-
you can also use less characters of the commit id, it just has to be unique.
145+
you can also use fewer characters of the commit id, it just has to be unique.
146146
</p>
147147
</div>
148148
<a name="checkout-replace"></a>

0 commit comments

Comments
 (0)