@@ -410,7 +410,7 @@ var layer = function (arg) {
410410 /**
411411 * Get/Set if the layer has been initialized.
412412 *
413- * @param {boolean } [val] If specified, update the intialized value.
413+ * @param {boolean } [val] If specified, update the initialized value.
414414 * Otherwise, return the current instance.
415415 * @returns {boolean|this } Either the initialized value or this.
416416 */
@@ -448,9 +448,9 @@ var layer = function (arg) {
448448
449449 /**
450450 * Get or set the attribution html content that will displayed with the
451- * layer. By default, nothing will be displayed. Note, this content
452- * is **not** html escaped, so care should be taken when renderering
453- * user provided content.
451+ * layer. By default, nothing will be displayed. Note, this content is
452+ * **not** html escaped, so care should be taken when rendering user provided
453+ * content.
454454 *
455455 * @param {string? } arg An html fragment
456456 * @returns {string|this } Chainable as a setter
@@ -606,7 +606,7 @@ var layer = function (arg) {
606606 /**
607607 * Get or set the current layer opacity. The opacity is in the range [0-1].
608608 * An opacity of 0 is not the same as setting `visible(false)`, as
609- * interactions can still occurr with the layer.
609+ * interactions can still occur with the layer.
610610 *
611611 * @param {number } [opacity] If specified, set the opacity. Otherwise,
612612 * return the opacity.
0 commit comments