From 2f2fd8b89ae89dc314fb5445bbbbbce4ae456e51 Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Fri, 5 Jan 2024 12:25:06 -0500 Subject: [PATCH] doc: fix typo (#57) --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 535fd9f..d20a90d 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -68,7 +68,7 @@ to be started whenever you run ``symfony server:start``: # .symfony.local.yaml workers: # ... - tailwind: + sass: cmd: ['symfony', 'console', 'sass:build', '--watch'] .. tip::