Skip to content

Commit dbe06c5

Browse files
author
Daniel Pupius
committed
Update styleguides/JavaScript/closure-library.md
1 parent c932fc4 commit dbe06c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styleguides/JavaScript/closure-library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Closure Usage #
22

33
We use [Plovr](http://plovr.com/docs.html) to compile and compress our client-side JavaScript. It
4-
comes bundled with a copy of the (Closure Library)[http://closure-library.googlecode.com] which we can
4+
comes bundled with a copy of the [Closure Library](http://closure-library.googlecode.com) which we can
55
`goog.require` seemlessly from anywhere.
66

77
Even though we can easily load any piece of Closure from our projects, we should not, since some of the classes
@@ -27,7 +27,7 @@ the following classes are approved:
2727
* `goog.userAgent`
2828
* `goog.testing`
2929

30-
New classes should be approved on a case by case basis
30+
New classes should be approved on a case by case basis.
3131

3232
## goog.Disposable ##
3333

0 commit comments

Comments
 (0)