From 6651e23092f8225e7e9e0199c4c195f3c5c2ece3 Mon Sep 17 00:00:00 2001 From: kani <65712721+knknk98@users.noreply.github.com> Date: Fri, 31 Dec 2021 21:41:36 +0900 Subject: [PATCH] docs(toolbar): fix typo (#14554) --- packages/docs/src/pages/en/components/toolbars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/src/pages/en/components/toolbars.md b/packages/docs/src/pages/en/components/toolbars.md index 7271585ed6c..320bc7c60d0 100644 --- a/packages/docs/src/pages/en/components/toolbars.md +++ b/packages/docs/src/pages/en/components/toolbars.md @@ -96,7 +96,7 @@ Toolbars come in **2** variants, light and dark. Light toolbars have dark tinted #### Prominent toolbars -Prominent toolbars increase the `v-toolbar`'s height to _128px_ and positions the `v-toolbar-title` towards the bottom of the container. This is expanded upon in [v-app](/components/app-bars#prominent-w-scroll-shrink) with the ability to shrink a **prominent** toolbar to a **dense** or **short** one. +Prominent toolbars increase the `v-toolbar`'s height to _128px_ and positions the `v-toolbar-title` towards the bottom of the container. This is expanded upon in [v-app-bar](/components/app-bars#prominent-w-scroll-shrink) with the ability to shrink a **prominent** toolbar to a **dense** or **short** one.