From 881e0e0346db354a1c874599dd2a3a82c219addd Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Sat, 27 Jan 2018 08:38:17 +0300 Subject: [PATCH] spelling check --- examples/web-cors/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/web-cors/README.md b/examples/web-cors/README.md index a8fa75373..6dd3d77ff 100644 --- a/examples/web-cors/README.md +++ b/examples/web-cors/README.md @@ -6,10 +6,10 @@ $ cd web-cors/backend $ cargo run ``` -2 - fontend server +2 - frontend server ```bash -$ cd web-cors/fontend +$ cd web-cors/frontend $ npm install $ npm run dev ``` -then open broswer 'http://localhost:1234/' +then open browser 'http://localhost:1234/'