From dd861490b29f5df7ecb559bd1212378de2be2646 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 7 Sep 2020 21:30:04 +1000 Subject: [PATCH] docs: Fix simple typo, specifing -> specifying There is a small typo in docs/intro.md, spec/lib/jquery-1.9.1.js. Should read `specifying` rather than `specifing`. --- docs/intro.md | 2 +- spec/lib/jquery-1.9.1.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index e79968c..493d18b 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -102,7 +102,7 @@ Adding the `top` or `bottom` class along with a `left` or `right` will move the - `parentLocations`: Which locations should be tried when inserting the message container into the page. The default is `['body']`. It accepts a list to allow you to try a variety of places when deciding what the optimal location is on any given page. This should generally not need to be changed unless you are inserting the messages into the flow of the document, rather than using `messenger-fixed`. -- `theme`: What theme are you using? Some themes have associated javascript, specifing this allows that js to run. +- `theme`: What theme are you using? Some themes have associated javascript, specifying this allows that js to run. - `messageDefaults`: Default options for created messages ```javascript diff --git a/spec/lib/jquery-1.9.1.js b/spec/lib/jquery-1.9.1.js index e2c203f..75c0f5e 100644 --- a/spec/lib/jquery-1.9.1.js +++ b/spec/lib/jquery-1.9.1.js @@ -6836,7 +6836,7 @@ jQuery.extend({ value += "px"; } - // Fixes #8908, it can be done more correctly by specifing setters in cssHooks, + // Fixes #8908, it can be done more correctly by specifying setters in cssHooks, // but it would mean to define eight (for every problematic property) identical functions if ( !jQuery.support.clearCloneStyle && value === "" && name.indexOf("background") === 0 ) { style[ name ] = "inherit";