From 61dd18e3175fb2e956abaad8658784dfc5a0c267 Mon Sep 17 00:00:00 2001 From: Brent Bovenzi Date: Thu, 2 Jun 2022 13:46:15 -0400 Subject: [PATCH] Update CONTRIBUTING.rst Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com> --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 9474d4727d803..8bab15352577a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1253,7 +1253,7 @@ commands: yarn run prod # Starts a web server that manages and updates your assets as you modify them - # You'll need to run the webserver in dev mode too: `airflow webserver -d` + # You'll need to run the webserver in debug mode too: `airflow webserver -d` yarn run dev