Skip to content

Commit 926fb8c

Browse files
committed
Fixed title in Makefile
1 parent a6fc75a commit 926fb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ build-no-test: build-frontend build-backend docker-build ## Build without test
3232
@echo "=== Build finished ==="
3333

3434
build-frontend: ## Build a frontend project
35-
@echo "=== Build frontent ==="
35+
@echo "=== Build frontend ==="
3636
cd frontend && yarn build
3737

3838
build-backend: ## Build a backend project

0 commit comments

Comments
 (0)