Skip to content

Commit 333dfb4

Browse files
chore(docs): Fix form-tags "can not added" typos (bootstrap-vue#6492)
Fixes "can not added" typos in form-tags reference package.json by changing text to "cannot be added". Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
1 parent 80c6385 commit 333dfb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/form-tags/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@
197197
{
198198
"arg": "invalidTags",
199199
"type": "Array",
200-
"description": "Array of tag(s) that can not added because they did not pass validation. Will be zero length if no invalid tags"
200+
"description": "Array of tag(s) that cannot be added because they did not pass validation. Will be zero length if no invalid tags"
201201
},
202202
{
203203
"arg": "duplicateTags",
204204
"type": "Array",
205-
"description": "Array of tag(s) that can not added because they would be a duplicate tag. Will be zero length if no duplicate tags"
205+
"description": "Array of tag(s) that cannot be added because they would be a duplicate tag. Will be zero length if no duplicate tags"
206206
}
207207
]
208208
}

0 commit comments

Comments
 (0)