@@ -269,11 +269,11 @@ and
269269[`Intl.NumberFormat`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat),
270270except for the labels applied to elements of the time control (aria-labels, selected status, etc).
271271You must provide your own translations for these labels. The available locales will be browser
272- dependant (not all browsers support all locales).
272+ dependent (not all browsers support all locales).
273273
274274By default `<b-form-timepicker>` will use the browser's default locale, but you can specify the
275275locale (or locales) to use via the `locale` prop. The prop accepts either a single locale string, or
276- an array of locale strings (listed in order of most preferred locale to least prefered ).
276+ an array of locale strings (listed in order of most preferred locale to least preferred ).
277277
278278The emitted `'context'` event will include which locale the time control has resolved to (which may
279279not be the same locale as requested, depending on the supported locales of `Intl`).
@@ -389,7 +389,7 @@ presented/formatted to a user of a particular locale. The `'context'` event incl
389389Native HTML5 `<input type=" date " >` returns the time value in the `'h23'` format, and
390390`<b-form-timepicker>` also returns the v-model in the `'h23'` format. This value may differ from
391391what is presented to the user via the GUI (spin buttons) of the `<b-form-timepicker>` component,
392- dependant upon the [locale selected](#internationalization).
392+ dependent upon the [locale selected](#internationalization).
393393
394394**Note:** IE 11 _does not support_ resolving the `hourCycle` value of a locale, so we assume either
395395`h12` or `h23` based on the resolved `hour12` value.
0 commit comments