From a14908e258e79b2438568c8308b66a29fe3fb202 Mon Sep 17 00:00:00 2001 From: ev1stensberg Date: Fri, 15 Mar 2019 19:33:38 +0100 Subject: [PATCH] chore: revise typo --- SCAFFOLDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCAFFOLDING.md b/SCAFFOLDING.md index 1c48a41702f..855c5fb3442 100644 --- a/SCAFFOLDING.md +++ b/SCAFFOLDING.md @@ -26,7 +26,7 @@ webpack-cli init ``` #### Running a scaffold locally -When the scaffold package is in you local file system you should pass its path to `init`: +When the scaffold package is in your local file system you should pass its path to `init`: ```bash webpack-cli init path/to/your/scaffold