Typo fix
This commit is contained in:
parent
f611d5765f
commit
a3accd1373
|
@ -79,7 +79,7 @@ module.exports = {
|
||||||
]
|
]
|
||||||
items:
|
items:
|
||||||
type: 'string'
|
type: 'string'
|
||||||
description: "(Depracated for most scenarios) List of tags that should not be reformatted at all. NOTE: Set this to [] to get improved beautifier behavior."
|
description: "(Deprecated for most scenarios - consider inline or content_unformatted) List of tags that should not be reformatted at all. NOTE: Set this to [] to get improved beautifier behavior."
|
||||||
inline:
|
inline:
|
||||||
type: 'array'
|
type: 'array'
|
||||||
default: [
|
default: [
|
||||||
|
|
Loading…
Reference in New Issue