docs: add full stop (#21614)

This commit is contained in:
Hebilicious 2023-06-18 04:33:54 +07:00 committed by GitHub
parent b805d58ebe
commit c9506cc3d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ export default defineNitroPlugin((nitro) => {
})
```
External stylesheets are render-blocking resources: they must be loaded and processed before the browser renders the page. Web pages that contain unnecessarily large styles take longer to render. You can read more about it on [web.dev](https://web.dev/defer-non-critical-css/)
External stylesheets are render-blocking resources: they must be loaded and processed before the browser renders the page. Web pages that contain unnecessarily large styles take longer to render. You can read more about it on [web.dev](https://web.dev/defer-non-critical-css/).
## Using Preprocessors