Skip to content

Commit ac9a31a

Browse files
committed
s/@parm/@param/
1 parent d31dea0 commit ac9a31a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/node/js/align-plugin.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
* <dd>center center</dd>
4747
* </dl>
4848
* @method to
49-
* @parm region {String || Node || HTMLElement || Object} The node or
49+
* @param region {String || Node || HTMLElement || Object} The node or
5050
* region to align with. Defaults to the viewport region.
51-
* @parm regionPoint {String} The point of the region to align with.
52-
* @parm point {String} The point of the node aligned to the region.
53-
* @parm resize {Boolean} Whether or not the node should re-align when
51+
* @param regionPoint {String} The point of the region to align with.
52+
* @param point {String} The point of the node aligned to the region.
53+
* @param resize {Boolean} Whether or not the node should re-align when
5454
* the window is resized. Defaults to false.
5555
*/
5656
to: function(region, regionPoint, point, syncOnResize) {
@@ -123,7 +123,7 @@
123123
/**
124124
* Aligns the center of a node to the center of another node or region.
125125
* @method center
126-
* @parm region {Node || HTMLElement || Object} optional The node or
126+
* @param region {Node || HTMLElement || Object} optional The node or
127127
* region to align with. Defaults to the viewport region.
128128
* the window is resized. If centering to viewport, this defaults
129129
* to true, otherwise default is false.

0 commit comments

Comments
 (0)