mirror of
https://github.com/amark/gun.git
synced 2026-03-21 23:53:35 +00:00
Fix typo in "ialicize" to "italicize"
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user