From 0072ed6ae10ffcf313b68119018755f32fcf715f Mon Sep 17 00:00:00 2001 From: J Bruni Date: Sat, 9 Mar 2019 01:35:39 -0300 Subject: [PATCH] Update troubleshooting.md --- docs/guide/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md index 8531bc7c43..b37facae8a 100644 --- a/docs/guide/troubleshooting.md +++ b/docs/guide/troubleshooting.md @@ -30,4 +30,4 @@ module.exports = { ``` ::: warning -Disabling `resovle.symlinks` may break hot module reloading if your dependencies are installed by third-party npm clients that utilized symbolic links, such as`cnpm` or `pnpm`. +Disabling `resolve.symlinks` may break hot module reloading if your dependencies are installed by third-party npm clients that utilized symbolic links, such as`cnpm` or `pnpm`.