Skip to content

Commit 6662bbd

Browse files
authored
Fix typo in CONTRIBUTING.md (#346)
Minor inconvenience that bothered me
1 parent 05fbb20 commit 6662bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ start command `task go:run`
4444

4545
### Frontend Development Notes
4646

47-
start command `task: ui:dev`
47+
start command `task ui:dev`
4848

4949
1. The frontend is a Vue 3 app with Nuxt.js that uses Tailwind and DaisyUI for styling.
5050
2. We're using Vitest for our automated testing. You can run these with `task ui:watch`.
@@ -54,4 +54,4 @@ start command `task: ui:dev`
5454

5555
Create a new tag in GitHub with the version number vX.X.X. This will trigger a new release to be created.
5656

57-
Test -> Goreleaser -> Publish Release -> Trigger Docker Builds -> Deploy Docs + Fly.io Demo
57+
Test -> Goreleaser -> Publish Release -> Trigger Docker Builds -> Deploy Docs + Fly.io Demo

0 commit comments

Comments
 (0)