Skip to content

Commit

Permalink
typo refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Nov 24, 2023
1 parent 5a3a342 commit 2090f63
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/app/showcase/doc/cascadeselect/accessibilitydoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { Code } from '../../domain/code';
added to each treeitem.
</p>
<p>If filtering is enabled, <i>filterInputProps</i> can be defined to give <i>aria-*</i> props to the filter input element.</p>
</app-docsectiontext>
<app-code [code]="code" [hideToggleCode]="true" [hideCodeSandbox]="true" [hideStackBlitz]="true"></app-code>
Expand Down
3 changes: 1 addition & 2 deletions src/app/showcase/doc/messages/accessibilitydoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import { Component } from '@angular/core';
<i>aria-label</i> can optionally be used as well.
</p>
<p>
Close element is a <i>button</i> with an <i>aria-label</i> that refers to the <i>aria.close</i> property of the <a href="/configuration/#locale">locale</a> API by default, you may use<i>closeButtonProps</i> to customize the element
and override the default <i>aria-label</i>.
Close element is a <i>button</i> with an <i>aria-label</i> that refers to the <i>aria.close</i> property of the <a href="/configuration/#locale">locale</a> API by default.
</p>
<h3>Close Button Keyboard Support</h3>
Expand Down
3 changes: 1 addition & 2 deletions src/app/showcase/doc/scroller/accessibilitydoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import { Component } from '@angular/core';
template: ` <app-docsectiontext>
<h3>Screen Reader</h3>
<p>
Scroller uses a semantic list element to list the items. No specific role is enforced, still you may use any aria role and attributes as any valid attribute is passed to the container element. List element can be also customized for
accessibility using <i>listProps</i> property.
Scroller uses a semantic list element to list the items. No specific role is enforced, still you may use any aria role and attributes as any valid attribute is passed to the container element.
</p>
<h4>Keyboard Support</h4>
<p>Component does not include any built-in interactive elements.</p>
Expand Down
3 changes: 1 addition & 2 deletions src/app/showcase/doc/toast/accessibilitydoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import { Component } from '@angular/core';
<h3>Screen Reader</h3>
<p>Toast component use <i>alert</i> role that implicitly defines <i>aria-live</i> as "assertive" and <i>aria-atomic</i> as "true".</p>
<p>
Close element is a <i>button</i> with an <i>aria-label</i> that refers to the <i>aria.close</i> property of the <a href="/configuration/#locale">locale</a> API by default, you may use<i>closeButtonProps</i> to customize the element
and override the default <i>aria-label</i>.
Close element is a <i>button</i> with an <i>aria-label</i> that refers to the <i>aria.close</i> property of the <a href="/configuration/#locale">locale</a> API by default.
</p>
<h3>Close Button Keyboard Support</h3>
Expand Down

1 comment on commit 2090f63

@vercel
Copy link

@vercel vercel bot commented on 2090f63 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.