commit 396a446ca9e959f2255a1f6397b64f08818f57dc parent 9dd57dfb894f1deb192d01845d872f543b307594 Author: corndog <cauchyn@firemail.cc> Date: Tue, 8 Jan 2019 21:55:35 -0800 Use plural to describe link When left singular, it can be interpreted as an instruction to the reader ("this link is recommended") rather than a description of its contents. Diffstat:
| in/index.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/in/index.html b/in/index.html @@ -22,7 +22,7 @@ This was supposed to just be a way to throw short links on <a href='{{ $.Rel "gr Other links of note include <ul class="link-list"> -<li><a href="https://stackoverflow.com/users/story/5255922">my devstory</a> <a class="tab" href="https://stackoverflow.com/users/story/5255922#form-section-Readings">»recommended reading</a></li> +<li><a href="https://stackoverflow.com/users/story/5255922">my devstory</a> <a class="tab" href="https://stackoverflow.com/users/story/5255922#form-section-Readings">»recommended readings</a></li> <li><a href="https://leetcode.com/fa1a7ffdc03d116c2d15d82b32a8e1bb1052973f0976b7773897bc2896fc9652/">my leetcode</a></li> </ul>