Skip to content

Commit

Permalink
docs(VWindow): update prop language
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jan 13, 2020
1 parent b4ad01a commit ca1a8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/lang/en/components/Windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"continuous": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last",
"nextIcon": "Icon used for the \"next\" button if `show-arrows` is `true`",
"prevIcon": "Icon used for the \"prev\" button if `show-arrows` is `true`",
"reverse": "Manually set the window to use the **reverseTransition**",
"reverse": "Reverse the normal transition direction.",
"reverseTransition": "The transition used when the component is reversing items. Can be one of the [built in transitions](/styles/transitions) or one your own.",
"showArrows": "Display the \"next\" and \"prev\" buttons",
"showArrowsOnHover": "Display the \"next\" and \"prev\" buttons on hover. `show-arrows` MUST ALSO be set.",
Expand Down

0 comments on commit ca1a8ca

Please sign in to comment.