Skip to content

Commit bd4eeb1

Browse files
committed
fixed typo
1 parent c51149d commit bd4eeb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/components/app-header/partials/code/component-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
A named block where the utility actions will be rendered. Typically, `Dropdown` or `Button` components should be added here, such as a help menu, user menu, or search button.
1414
</C.Property>
1515
<C.Property @name="breakpoint" @type="string" @default="1088px">
16-
Set a custom breakpoint to control the page width at which the UI switches from displaying the mobile/small view vs. the desktop/view.
16+
Set a custom breakpoint to control the page width at which the UI switches from displaying the mobile/small view vs. the desktop/large view.
1717
</C.Property>
1818
<C.Property @name="hasA11yRefocus" @type="boolean" @default="true">
1919
Controls whether a "navigator narrator" and a "skip link" are added to the navigation (provided by the [`ember-a11y-refocus` Ember addon](https://github.com/ember-a11y/ember-a11y-refocus)). It can be programmatically turned off by passing `false`. Warning: if it is set to false, then it will fail Bypass Blocks, [Success Criteria 2.4.1](https://www.w3.org/WAI/WCAG22/Understanding/bypass-blocks.html). Since this component appears on every page, the application will not be considered conformant.

website/docs/components/app-side-nav/partials/code/component-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is the full-fledged component (responsive and animated).
2222
Controls if the App Side Nav is rendered collapsed or expanded when initialized. This allows an application to preserve the collapsed/expanded state across sessions. After the initial render, this argument is altered based on user interactions (collapse/expand the App Side Nav or resize the window) and it is not a suitable way of controlling the App Side Nav state from outside after render (it’s an internal state).
2323
</C.Property>
2424
<C.Property @name="breakpoint" @type="string" @default="1088px">
25-
Set a custom breakpoint to control the page width at which the UI switches from displaying the mobile/small view vs. the desktop/view.
25+
Set a custom breakpoint to control the page width at which the UI switches from displaying the mobile/small view vs. the desktop/large view.
2626
</C.Property>
2727
<C.Property @name="onToggleMinimizedStatus" @type="function">
2828
Callback function invoked when the `AppSideNav` is collapsed or expanded. The function receives a boolean argument stating if the `AppSideNav` is minimized or not.

0 commit comments

Comments
 (0)