From 8080daccd185a5d3e32e1ea049ad0134e283fc27 Mon Sep 17 00:00:00 2001 From: Ashley Whetter Date: Thu, 10 Jul 2014 21:15:52 +0100 Subject: [PATCH] docs(gridster): fixed a typo in Gridster class documentation --- src/jquery.gridster.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index 5f76454ad..893a499b3 100755 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -126,7 +126,7 @@ * `[min_cols_occupied, min_rows_occupied]` * @param {Function} [options.resize.start] Function executed * when resizing starts. - * @param {Function} [otions.resize.resize] Function executed + * @param {Function} [options.resize.resize] Function executed * during the resizing. * @param {Function} [options.resize.stop] Function executed * when resizing stops.