Skip to content

Commit

Permalink
chore(docs): Fix form-tags "can not added" typos (bootstrap-vue#6492)
Browse files Browse the repository at this point in the history
Fixes "can not added" typos in form-tags reference package.json by
changing text to "cannot be added".

Co-authored-by: Jacob Müller <[email protected]>
  • Loading branch information
johnfraney and jacobmllr95 authored Apr 21, 2021
1 parent 80c6385 commit 333dfb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/form-tags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@
{
"arg": "invalidTags",
"type": "Array",
"description": "Array of tag(s) that can not added because they did not pass validation. Will be zero length if no invalid tags"
"description": "Array of tag(s) that cannot be added because they did not pass validation. Will be zero length if no invalid tags"
},
{
"arg": "duplicateTags",
"type": "Array",
"description": "Array of tag(s) that can not added because they would be a duplicate tag. Will be zero length if no duplicate tags"
"description": "Array of tag(s) that cannot be added because they would be a duplicate tag. Will be zero length if no duplicate tags"
}
]
}
Expand Down

0 comments on commit 333dfb4

Please sign in to comment.