diff --git a/www/_template/reference/common-error-details.md b/www/_template/reference/common-error-details.md index 82d2525bbc..ce293cceaa 100644 --- a/www/_template/reference/common-error-details.md +++ b/www/_template/reference/common-error-details.md @@ -57,7 +57,7 @@ Refer to [Rollup’s documentation on plugins](https://rollupjs.org/guide/en/#us /* snowpack.config.js */ module.exports = { devOptions: { - port: 3000 + port: 3000, }, }; ```