aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_notes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-05 19:14:59 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-05 19:14:59 +0300
commit8cf23354a362dc1792b1195021297333fae3b0df (patch)
tree328aa3c080bcfb99b199ef5a985ae229700f2979 /_notes
parentbump jekyll-theme (diff)
downloadblog-8cf23354a362dc1792b1195021297333fae3b0df.tar.gz
blog-8cf23354a362dc1792b1195021297333fae3b0df.zip
fix typos
Diffstat (limited to '_notes')
-rw-r--r--_notes/markdown.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_notes/markdown.md b/_notes/markdown.md
index f652bc8..b62284f 100644
--- a/_notes/markdown.md
+++ b/_notes/markdown.md
@@ -16,7 +16,7 @@ Additional sentences start there also.
* Prefer reference-style links over inline links.
Omit the second pair of brackets `[]` entirely where appropriate.
For example, [Google] is preferred over both [Google](https://ya.ru) and
-[I'm feeeling lucky][google] (see [this document's source]).
+[I'm feeling lucky][google] (see [this document's source]).
* First- and second-level headers are underlined with strings of `=` and `-`.
The number of `=`/`-` signs must be equal to the number of characters in the
header.