docs: normalize capitalization ()

This commit is contained in:
Joshua Chen 2022-06-15 13:04:33 +08:00 committed by GitHub
commit e12a2efaeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 99 additions and 99 deletions
website/docs/api/plugins

View file

@ -160,7 +160,7 @@ module.exports = {
modifyURLPrefix: {
//...
},
// We already add regular static assets (html, images...) to be available offline
// We already add regular static assets (HTML, images...) to be available offline
// You can add more files according to your needs
globPatterns: ['**/*.{pdf,docx,xlsx}'],
// ...