docs: Fixes a typo in the UI readme docs (#11268)

This commit is contained in:
John Cowen 2021-10-11 14:30:22 +01:00 committed by GitHub
parent 6221a29820
commit f4d694b73b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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...`