From 3ec15aea9374067d8123df456b6f985dc9d65659 Mon Sep 17 00:00:00 2001 From: Dzhavat Ushev Date: Mon, 1 Nov 2021 23:11:57 +0100 Subject: [PATCH] Update titles in component docs --- src/progress-ring/README.md | 2 +- src/radio/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/progress-ring/README.md b/src/progress-ring/README.md index 4086a015..16104b46 100644 --- a/src/progress-ring/README.md +++ b/src/progress-ring/README.md @@ -1,4 +1,4 @@ -# VSCode Progress Ring +# Visual Studio Code Progress Ring The `vscode-progress-ring` component is used to indicate an indeterminate loading state. diff --git a/src/radio/README.md b/src/radio/README.md index df6f53e4..95cc0b91 100644 --- a/src/radio/README.md +++ b/src/radio/README.md @@ -1,4 +1,4 @@ -# VSCode Radio +# Visual Studio Code Radio The `vscode-radio` is a web component implementation of a [radio element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio).