From d3b39da6f4a9c4dbeabb66516aadb5af5715665f Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Mon, 27 Feb 2012 22:21:36 -0500 Subject: [PATCH] docs : methods : missing _not_ in methods thx Flo! --- _posts/docs/2010-12-04-methods.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/docs/2010-12-04-methods.mdown b/_posts/docs/2010-12-04-methods.mdown index 351788a..0d12cbf 100644 --- a/_posts/docs/2010-12-04-methods.mdown +++ b/_posts/docs/2010-12-04-methods.mdown @@ -34,7 +34,7 @@ $('#container').isotope( 'methodName', [optionalParameters] ) {% endhighlight %} -Adds item elements to the pool of item elements of the container, but does sort, filter or layout. See [Adding items](adding-items.html) for more details. The argument within the callback is the group of elements that were added. +Adds item elements to the pool of item elements of the container, but does not sort, filter or layout. See [Adding items](adding-items.html) for more details. The argument within the callback is the group of elements that were added. [**See Demo: Adding items**](../demos/adding-items.html)