From c45d501bde529b55cf90a5504288d2fa055132cf Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Fri, 8 Aug 2025 10:11:09 +0300 Subject: [PATCH] docs: typo fix Signed-off-by: Dmitry <98899785+mdqst@users.noreply.github.com> --- workflow/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/README.md b/workflow/README.md index 20a5e6b9..e046d95b 100644 --- a/workflow/README.md +++ b/workflow/README.md @@ -58,7 +58,7 @@ Example with block naming `ice`: - In here, we are supporting two methods for `NPM registry` and `Packed Archive (.tgz)` ### With packed archive -- With `Packed Archive (.tgz)`, you must pack you block before install: +- With `Packed Archive (.tgz)`, you must pack your block before install: - To build block `npm run build-block` ``` @@ -81,4 +81,4 @@ Block 'ice' built and packed successfully at dist/packages//blocks/community/ice ![alt text](/assets/npm-registry.png) -- NOTE: Application only supports installing libraries with newer versions, you cannot overwrite previously installed libraries. \ No newline at end of file +- NOTE: Application only supports installing libraries with newer versions, you cannot overwrite previously installed libraries.