Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f0bda2

Browse files
committed
fixed letter spacing issue
1 parent 43147a1 commit 1f0bda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h1>JavaScript Pattern Collection</h1>
4545
<div role="main">
4646
<section id="intro">
4747
<p>A JavaScript pattern and antipattern code collection that covers function patterns, jQuery patterns, design patterns, general patterns, literals and constructor patterns (<em>upcoming</em>), object creation patterns (<em>upcoming</em>), code reuse patterns (<em>upcoming</em>), DOM and browser patterns (<em>upcoming</em>).</p>
48-
<p>Newly added patterns will be regularly<a href="http://twitter.com/shichuan">tweeted</a>.</p>
48+
<p>Newly added patterns will be regularly <a href="http://twitter.com/shichuan">tweeted</a>.</p>
4949
</section>
5050
<section>
5151
<h2>Function Patterns</h2>

0 commit comments

Comments
 (0)