mirror of
https://github.com/amark/gun.git
synced 2025-06-08 15:16:42 +00:00
Merge pull request #104 from TFarla/patch-1
Fix typo in "ialicize" to "italicize"
This commit is contained in:
commit
11f4b4e096
@ -86,7 +86,7 @@ var code = $('.edit').load('./editor.html', function(){setTimeout(function(){
|
||||
<ul>
|
||||
<li>The <u>textarea</u> tag is like an <u>input</u> tag except longer content.</li>
|
||||
<li>A <u>div</u> tag is a generic HTML tag to put anything else inside of.</li>
|
||||
<li>The <i><u>i</u>alicize</i> tag stylizes your text as so.</li>
|
||||
<li>The <i><u>i</u>talicize</i> tag stylizes your text as so.</li>
|
||||
<li>The <b><u>b</u>old</b> tag does similarly.</li>
|
||||
<li>And a <u>span</u> tag is a generic HTML tag to put text inside of.</li>
|
||||
</ul>
|
||||
@ -290,4 +290,4 @@ next.step = [null, function(){
|
||||
}]
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user