diff --git a/.textlintrc b/.textlintrc index 9928f8c7e4..3a66b77781 100644 --- a/.textlintrc +++ b/.textlintrc @@ -22,6 +22,7 @@ "BrowserStack", ["^chai", "Chai"], ["^chai-jquery", "chai-jquery"], + ["cross-browser", "cross browser"], ["cross origin", "cross-origin"], "ESLint", ["Express.js", "Express"], @@ -40,7 +41,6 @@ "Lodash", "minimatch", "Mocha", - ["node.js", "Node"], "node module", "npm", ["React[ .]js", "React"], diff --git a/lib/tags/image.js b/lib/tags/image.js index 760bb7c46f..2552609e4b 100644 --- a/lib/tags/image.js +++ b/lib/tags/image.js @@ -1,5 +1,5 @@ module.exports = function image (hexo, args) { - // {% imgTag "img/api/coordinates-diagram.jpg" "alt text" ["css-class"] %} + // {% imgTag /img/api/coordinates-diagram.jpg "alt text" ["css-class"] %} // // <<< Transforms into >>> // diff --git a/lib/tags/timeouts.js b/lib/tags/timeouts.js index 12a8c1e56d..f944ae0158 100644 --- a/lib/tags/timeouts.js +++ b/lib/tags/timeouts.js @@ -109,13 +109,12 @@ module.exports = function yields (hexo, args) {
${cmd} will continue to ${urls.retry} its specified assertions until it times out.
${assertion}.
${promise}.