From 2fb5cfd55d886c0e94c6f4fabfe9ee2d52b83ebe Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Fri, 21 Jan 2022 10:31:35 -0500 Subject: [PATCH] Update ui dev readme --- awx/ui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/README.md b/awx/ui/README.md index 408ee89b82..32eb061bf1 100644 --- a/awx/ui/README.md +++ b/awx/ui/README.md @@ -17,7 +17,7 @@ npm --prefix=awx/ui start ### Build for the Development Containers If you just want to build a ui for the container-based awx development -environment and do not need to workk on the ui code, use these make targets: +environment and do not need to work on the ui code, use these make targets: ```shell # The ui will be reachable at https://localhost:8043 or