Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 220344d

Browse files
null-referenceCaerusKaru
authored andcommitted
docs: minor spelling fixes (#895)
* Update "aliase" to "alias" and update "suffices" to "suffixes"
1 parent 9148e87 commit 220344d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/documentation/fxHide-API.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ logic defaults to **hiding** an element.
44

55
### API
66

7-
1) Flex-Layout supports **STATIC** API for responsive layouts using the API **without** `.<xxx>` alias suffices:
7+
1) Flex-Layout supports **STATIC** API for responsive layouts using the API **without** `.<xxx>` alias suffixes:
88
fxShow, fxHide, etc. These values of these directives are used (and styles applied) regardless of the viewport size.
99
These static rules can be specifically overridden by a registered responsive API use (see below).
1010

1111
2) Flex-Layout provides a **RESPONSIVE** API for dynamic adaptive layouts. This is simply using the the static API with
12-
mediaQuery aliase suffices.
12+
mediaQuery alias suffixes.
1313
e.g.
1414
* **fxHide.lg**, etc.
1515
* **fxShow.gt-sm**,

docs/documentation/fxShow-API.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ logic defaults to **showing** an element.
44

55
### API
66

7-
1) Flex-Layout supports **STATIC** API for responsive layouts using the API **without** `.<xxx>` alias suffices:
7+
1) Flex-Layout supports **STATIC** API for responsive layouts using the API **without** `.<xxx>` alias suffixes:
88
fxShow, fxHide, etc. These values of these directives are used (and styles applied) regardless of the viewport size.
99
These static rules can be specifically overridden by a registered responsive API use (see below).
1010

1111
2) Flex-Layout provides a **RESPONSIVE** API for dynamic adaptive layouts. This is simply using the the static API with
12-
mediaQuery aliase suffices.
12+
mediaQuery alias suffixes.
1313
e.g.
1414
* **fxShow.gt-sm**,
1515
* **fxHide.lg**, etc.

0 commit comments

Comments
 (0)