Skip to content

Commit

Permalink
docs: correct content about disableHtmlFolder API (#4807)
Browse files Browse the repository at this point in the history
  • Loading branch information
targeral authored Oct 18, 2023
1 parent 6e72dc6 commit 21c0976
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/curly-snakes-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@modern-js/builder-doc': patch
---

fix: correct content about disableHtmlFolder API
fix: 更正 disableHtmlFolder API 的内容
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,10 @@ export default {
css: '',
html: '',
},
disableHtmlFolder: true,
},
html: {
disableHtmlFolder: true,
}
};
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ export default {
css: '',
html: '',
},
},
html: {
disableHtmlFolder: true,
},
};
Expand Down

0 comments on commit 21c0976

Please sign in to comment.