Skip to content

Commit bba2d40

Browse files
authored
Typo: “desigh” → “design”
1 parent 43027d1 commit bba2d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cheatsheets/md.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
{
4747
"title": "Links and Media",
4848
"description": "",
49-
"body": "Links and media intentionally use very similar syntax. \n\nLinks: `[some link text](some URL)`\n \nMedia: `![some alt text](some URL)`\n\nThe \"alt(ernative) text\" is displayed/read out loud for users who can't view the media file, and should be descriptive of the media file's contents.\n\nExamples:\n\n [Defective By Design](http://defectivebydesigh.org)\n\n ![\"Authors Against DRM\" logo](https://static.fsf.org/dbd/AADl.png)\n\nbecomes:\n\n[Defective By Design](http://defectivebydesigh.org)\n\n![\"Authors Against DRM\" logo](https://static.fsf.org/dbd/AADl.png)\n\nWhen you just want to use plain URLs and email addresses, you can surround them with `<angle brackets>`. In GitHub style, you don't need the angle brackets for URLs -- in vanilla markdown, you do.\n\n My name: Grover Cleveland \n My email address: <[email protected]> \n My homepage: https://www.whitehouse.gov/\n\nbecomes: \n\nMy name: Grover Cleveland \nMy email address: <[email protected]> \nMy homepage: https://www.whitehouse.gov/ \n"
49+
"body": "Links and media intentionally use very similar syntax. \n\nLinks: `[some link text](some URL)`\n \nMedia: `![some alt text](some URL)`\n\nThe \"alt(ernative) text\" is displayed/read out loud for users who can't view the media file, and should be descriptive of the media file's contents.\n\nExamples:\n\n [Defective By Design](http://defectivebydesign.org)\n\n ![\"Authors Against DRM\" logo](https://static.fsf.org/dbd/AADl.png)\n\nbecomes:\n\n[Defective By Design](http://defectivebydesign.org)\n\n![\"Authors Against DRM\" logo](https://static.fsf.org/dbd/AADl.png)\n\nWhen you just want to use plain URLs and email addresses, you can surround them with `<angle brackets>`. In GitHub style, you don't need the angle brackets for URLs -- in vanilla markdown, you do.\n\n My name: Grover Cleveland \n My email address: <[email protected]> \n My homepage: https://www.whitehouse.gov/\n\nbecomes: \n\nMy name: Grover Cleveland \nMy email address: <[email protected]> \nMy homepage: https://www.whitehouse.gov/ \n"
5050
}
5151
]
5252
},
@@ -71,4 +71,4 @@
7171
]
7272
}
7373
]
74-
}
74+
}

0 commit comments

Comments
 (0)