Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mizgaionutalexandru committed Jan 9, 2025
1 parent 32802e5 commit 3502508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/calendar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const handleCalendarChange = (event: Event) => {

## Internationalization

The `<sp-calendar` element supports multiple locales and updates its content accordingly.
The `<sp-calendar>` element supports multiple locales and updates its content accordingly.
`element.locale` represents the language in which the `<sp-calendar>` element is currently being delivered. By default, the value will represent the language established by the `lang` attribute on the root `<html>` element, with a fallback to `navigator.language`. This can be customized via a language context provider by a parent element that listens for `sp-language-context` event and supplies update language settings to the `callback` function. Applications leveraging the [`<sp-theme>`](./components/theme) element to manage the visual delivery or text direction of their content will also be provided with a reactive context for supplying language information to its descendants.

Currently the `<sp-calendar>` elements supports only the Gregorian calendar and the AD era.
Expand Down
2 changes: 1 addition & 1 deletion packages/calendar/src/Calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export class Calendar extends SpectrumElement {
@click=${this.handleNextMonth}
>
<div slot="icon">
<slot name="prev-icon">
<slot name="next-icon">
<sp-icon-chevron-right></sp-icon-chevron-right>
</slot>
</div>
Expand Down

0 comments on commit 3502508

Please sign in to comment.