From bc7c06ee378ee57e9cdf06dda7a65a02f98208c6 Mon Sep 17 00:00:00 2001 From: Guillaume Claret Date: Sun, 21 Mar 2021 22:26:31 +0100 Subject: [PATCH] chore(v2): fix typo in classic init template (#4488) --- examples/classic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/classic/README.md b/examples/classic/README.md index 8960fa2afa3b..6d7ece5e99aa 100644 --- a/examples/classic/README.md +++ b/examples/classic/README.md @@ -14,7 +14,7 @@ yarn install yarn start ``` -This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server. +This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. ## Build