Skip to content

Commit 0f917a8

Browse files
committed
Merge pull request jupiterjs#123 from derekprior/patch-1
Typo fix in the docs for Class
2 parents f4c6b79 + 20fd0ba commit 0f917a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class/class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ steal("jquery","jquery/lang/string",function( $ ) {
6161
* @test jquery/class/qunit.html
6262
* @description Easy inheritance in JavaScript.
6363
*
64-
* Class provides simulated inheritance in JavaScript. Use clss to bridge the gap between
64+
* Class provides simulated inheritance in JavaScript. Use Class to bridge the gap between
6565
* jQuery's functional programming style and Object Oriented Programming. It
6666
* is based off John Resig's [http://ejohn.org/blog/simple-javascript-inheritance/|Simple Class]
6767
* Inheritance library. Besides prototypal inheritance, it includes a few important features:

0 commit comments

Comments
 (0)