commit 473ce24488d24a4c4e9ee6473d795f0ebcb30946
parent 2b17714d55bcde32f5faa841ab689b7585291158
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Sat, 22 May 2021 06:25:35 -0400
fix typo: s/its/it/
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -81,7 +81,7 @@ The result will be placed at `packages/frontend/single/index.html`.
every time a file is edited.
* `make build`: Production-ready build into the `./build` directory. Print bundle size
- information and compare its with previous build using the `size-plugin.json` file.
+ information and compare it with previous build using the `size-plugin.json` file.
* `make serve`: build and serves the content, useful to test the result.