Skip to content

Commit cd2d553

Browse files
committed
Merge pull request #190 from rochoa/patch-1
Fix typo in documentation
2 parents c0021db + 5584a57 commit cd2d553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ You can also use a reference-style link, which would look like:
293293
This is [an example][id] reference-style link.
294294
~~~
295295

296-
Here, the first text in parentheses would be the link, and the second text is a label refering to the label you have defined elsewhere in your document. The definition of your label (i.e. assigning it a URL to visit) would look like:
296+
Here, the first text in parentheses would be the link, and the second text is a label referring to the label you have defined elsewhere in your document. The definition of your label (i.e. assigning it a URL to visit) would look like:
297297

298298
~~~md
299299
[id]: http://example.com/ "Optional Title Here"

0 commit comments

Comments
 (0)