From 3749a68841a512c717da3c544c28cf983ff5d60e Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Tue, 14 Jan 2020 13:10:43 -0400 Subject: [PATCH] chore(docs): fix typo in form-tags docs --- src/components/form-tags/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/form-tags/README.md b/src/components/form-tags/README.md index 9b4ba743c2a..3f6e753552d 100644 --- a/src/components/form-tags/README.md +++ b/src/components/form-tags/README.md @@ -3,7 +3,7 @@ > Lightweight custom tagged input form control, with options for customized interface rendering, > duplicate tag detection and optional tag validation. -Tags are arrays of short strings, used in various ways such as assinging categories. Use the default +Tags are arrays of short strings, used in various ways such as assigning categories. Use the default user interface, or create your own custom interface via the use of the default scoped slot. The tagged input was added in BootstrapVue release `v2.2.0`.