diff --git a/docs/guide/with-nextjs.md b/docs/guide/with-nextjs.md index b3ee314..db4ec5e 100644 --- a/docs/guide/with-nextjs.md +++ b/docs/guide/with-nextjs.md @@ -15,7 +15,7 @@ in your `next.config.js`: ```js [CommonJS] /** @type {import('next').NextConfig} */ module.exports = { - // othor next config here... + // other next config here... webpack: config => { config.plugins.push(new VeliteWebpackPlugin()) return config