From 20fd0bae45e5bafc28e50bb7a26981c9ab802422 Mon Sep 17 00:00:00 2001 From: Derek Prior Date: Tue, 17 Apr 2012 13:55:53 -0300 Subject: [PATCH] Typo fix in the docs. --- class/class.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/class.js b/class/class.js index 8df6f95d..b48d1d00 100644 --- a/class/class.js +++ b/class/class.js @@ -61,7 +61,7 @@ steal("jquery","jquery/lang/string",function( $ ) { * @test jquery/class/qunit.html * @description Easy inheritance in JavaScript. * - * Class provides simulated inheritance in JavaScript. Use clss to bridge the gap between + * Class provides simulated inheritance in JavaScript. Use Class to bridge the gap between * jQuery's functional programming style and Object Oriented Programming. It * is based off John Resig's [http://ejohn.org/blog/simple-javascript-inheritance/|Simple Class] * Inheritance library. Besides prototypal inheritance, it includes a few important features: