Skip to content

Commit

Permalink
Fixing typos (#2845)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Mar 7, 2023
2 parents b81d0f2 + 1da3961 commit 20b129f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ Verbose Output: ${this.verboseMode}`);
* Shows a help message including usage.
*
* @static
* @returns {String} - The help mesage.
* @returns {String} - The help message.
*/
static getHelp() {
return `Usage: eleventy
Expand Down
2 changes: 1 addition & 1 deletion src/Plugins/EdgePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function EleventyEdgePlugin(eleventyConfig, opts = {}) {
// for the default Deno import
eleventyEdgeVersion: "2.0.2",

// runtime compatibity check with Eleventy core version
// runtime compatibility check with Eleventy core version
compatibility: ">=2",
},
opts
Expand Down
2 changes: 1 addition & 1 deletion src/TemplateMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class TemplateMap {

get userConfig() {
if (!this._userConfig) {
// TODO use this.config for this, need to add collections to mergable props in userconfig
// TODO use this.config for this, need to add collections to mergeable props in userconfig
this._userConfig = this.eleventyConfig.userConfig;
}

Expand Down

0 comments on commit 20b129f

Please sign in to comment.