Skip to content

Commit 1a89a53

Browse files
authored
docs: fix typos (#229)
1 parent 7a27161 commit 1a89a53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/uui-symbol-expand/lib/uui-symbol-expand.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { css, html, LitElement } from 'lit';
33
import { property } from 'lit/decorators.js';
44

55
/**
6-
* A symbol indicating weather related composition is expanded or collapsed
6+
* A symbol indicating whether related composition is expanded or collapsed
77
* @element uui-symbol-expand
88
*/
99
@defineElement('uui-symbol-expand')

packages/uui-symbol-sort/lib/uui-symbol-sort.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { property } from 'lit/decorators.js';
55

66
/**
77
* @element uui-symbol-sort
8-
* @description A symbol indicating weather related composition is sorting(active) and weather the sorting is ascending or descending.
8+
* @description A symbol indicating whether related composition is sorting(active) and whether the sorting is ascending or descending.
99
* Please define aria-sort on the header for the composition.
1010
*/
1111
@defineElement('uui-symbol-sort')

0 commit comments

Comments
 (0)