From 83be07bdcf323c71db9111eaf3d51b180ba1074d Mon Sep 17 00:00:00 2001 From: sua yoo Date: Tue, 7 Dec 2021 09:38:52 -0800 Subject: [PATCH] remove extra word in readme --- frontend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/README.md b/frontend/README.md index c358a173..62a3d4fb 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -32,7 +32,7 @@ follow instructions for deploying to a local Docker instance. Update `API_BASE_U | `start` | runs app in development server, reloading on file changes | | `test` | runs tests in chromium with playwright | | `build-dev` | bundles app and outputs it in `dist` directory | -| `build` | bundles app app, optimized for production, and outputs it to `dist` | +| `build` | bundles app, optimized for production, and outputs it to `dist` | | `lint` | find and fix auto-fixable javascript errors | | `format` | formats js, html and css files | | `localize:extract` | generate XLIFF file to be translated |