From 5b97ef6996f60590b2ba0a9d689049f922f7d31c Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 15 Dec 2021 10:23:52 +0100 Subject: [PATCH] chore: unhyphenate kebab-menu -> kebab menu --- website/docs/user_guide/projects.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/user_guide/projects.md b/website/docs/user_guide/projects.md index c6bbb222e3..9452dac02b 100644 --- a/website/docs/user_guide/projects.md +++ b/website/docs/user_guide/projects.md @@ -47,11 +47,11 @@ To keep your feature toggles clean, removing deprecated projects is important. F 1. In the top right of the project card, find the project menu represented by three vertical dots. -![A list of projects. Each project has three vertical dots — a kebab-menu — next to it.](/img/projects_menu_button.png) +![A list of projects. Each project has three vertical dots — a kebab menu — next to it.](/img/projects_menu_button.png) 2. Click on Delete Project -![A list of projects. Each project has three vertical dots — a kebab-menu — next to it, which exposes a menu with the \"Edit project\" and \"Delete project\" options when interacted with.](/img/projects_delete_button.png) +![A list of projects. Each project has three vertical dots — a kebab menu — next to it, which exposes a menu with the \"Edit project\" and \"Delete project\" options when interacted with.](/img/projects_delete_button.png) ## Filter feature toggles on projects {#filter-feature-toggles-on-projects}