Correct spelling mistakes. (#898)

This commit is contained in:
Edward Betts 2017-12-12 01:16:24 +00:00 committed by Benaiah Mischenko
parent b371fe65b3
commit 24307e3c3c
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -27,7 +27,7 @@ module.exports = merge.smart(require('./webpack.base.js'), {
NETLIFY_CMS_VERSION: JSON.stringify(require("./package.json").version),
}),
// Combine/hoist module scopes when possibile.
// Combine/hoist module scopes when possible.
new webpack.optimize.ModuleConcatenationPlugin(),
// Minify and optimize the JavaScript

View File

@ -88,7 +88,7 @@ These settings determine how collection files are parsed and saved. Both are opt
`extension` determines the file extension searched for when finding existing entries in a folder collection determines the file extension saved for new collection items. It accepts the following values: `yml`, `yaml`, `toml`, `json`, `md`, `markdown`, `html`.
You may also specify a custom `extention` not included in the list above, as long as the collection files can be parsed and saved in one of the supported formats below.
You may also specify a custom `extension` not included in the list above, as long as the collection files can be parsed and saved in one of the supported formats below.
`format` determines how collection files are parsed and saved. It will be inferred if the `extension` field or existing collection file extensions match one of the supported extensions above. It accepts the following values: