From 1cf008296d17eb95d0675cc89a26655966550073 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Mon, 11 Oct 2021 14:30:22 +0100 Subject: [PATCH] docs: Fixes a typo in the UI readme docs (#11268) --- ui/packages/consul-ui/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/packages/consul-ui/README.md b/ui/packages/consul-ui/README.md index 496f26340d..e2f6f31b9b 100644 --- a/ui/packages/consul-ui/README.md +++ b/ui/packages/consul-ui/README.md @@ -93,9 +93,10 @@ CONSUL_HTTP_ADDR=http://10.0.0.1:8500 make start-consul See [./docs/index.mdx](./docs/index.mdx#environment-variables) ### Branching + Follow a `ui/**/**` branch naming pattern. This branch naming pattern allows front-end focused builds, such as FE tests, to run automatically in Pull Requests. It also adds the `theme/ui` label to Pull Requests. -Exmaples: +Examples: - `ui/feature/add...` - `ui/bugfix/fix...` - `ui/enhancement/update...`