Correct spelling mistakes. (#898)
This commit is contained in:
parent
b371fe65b3
commit
24307e3c3c
File diff suppressed because one or more lines are too long
@ -27,7 +27,7 @@ module.exports = merge.smart(require('./webpack.base.js'), {
|
|||||||
NETLIFY_CMS_VERSION: JSON.stringify(require("./package.json").version),
|
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(),
|
new webpack.optimize.ModuleConcatenationPlugin(),
|
||||||
|
|
||||||
// Minify and optimize the JavaScript
|
// Minify and optimize the JavaScript
|
||||||
|
@ -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`.
|
`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:
|
`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:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user