docs(schema) : add a missing comma in example config (#6394)

This commit is contained in:
Haytham Salama 2022-08-05 22:00:40 +03:00 committed by GitHub
parent 60656dfa2c
commit 58abefc326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ export default {
* style: [
* // <style type="text/css">:root { color: red }</style>
* { children: ':root { color: red }', type: 'text/css' }
* ]
* ],
* noscript: [
* // <noscript>Javascript is required</noscript>
* { children: 'Javascript is required' }