chore(plugin-banner): Fix typo in code comment
This commit is contained in:
parent
46bce8c63a
commit
e808375b60
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const rmbanner = function (id = macroDefaults.id, { paths, store, part }) {
|
|||
|
||||
const banner = function (config, { part, paths, store, complete }) {
|
||||
/*
|
||||
* Don't add a banne when complete is false, unless force is true
|
||||
* Don't add a banner when complete is false, unless force is true
|
||||
*/
|
||||
if (!complete && !config.force) return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue