Skip to content

Commit d9ef232

Browse files
committed
Fix README
Signed-off-by: handreyrc <handrey.cunha@gmail.com>
1 parent 5d88dc7 commit d9ef232

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pnpm install
4343
# Build all packages in the monorepo (development)
4444
pnpm run build:dev
4545

46-
# Or build all packages in the monorepo (production))
46+
# Or build all packages in the monorepo (production)
4747
pnpm run build:prod
4848
```
4949

packages/serverless-workflow-diagram-editor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pnpm install
3131
# Build package (development)
3232
pnpm run build:dev
3333

34-
# Or build package (production))
34+
# Or build package (production)
3535
pnpm run build:prod
3636

3737
# Build storybook static content for publishing (documentation and demo)

0 commit comments

Comments
 (0)