Skip to content

Commit b7bf82e

Browse files
committed
Improve
1 parent 6cc85d1 commit b7bf82e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

resources/views/docs/mobile/2/edge-components/icons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Icon System
3-
order: 50
2+
title: Icons
3+
order: 9999
44
---
55

66
## Overview

resources/views/docs/mobile/2/edge-components/top-bar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Top Bar
3-
order: 200
3+
order: 50
44
---
55

66
## Overview

resources/views/docs/mobile/2/the-basics/native-components.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We call this **EDGE** - Element Generation and Definition Engine.
1313

1414
## Living on the EDGE
1515

16-
EDGE components are **truly native** navigation elements that match each platform's design guidelines.
16+
EDGE components are **truly native** elements that match each platform's design guidelines.
1717

1818
Built on top of Laravel's Blade, EDGE gives you the power of native UI components with the simplicity you expect.
1919

@@ -25,8 +25,8 @@ Built on top of Laravel's Blade, EDGE gives you the power of native UI component
2525
```
2626
@endverbatim
2727

28-
We take a single definition and turn it into fully native UI that work beautifully across all the supported mobile OS
29-
versions.
28+
We take a single definition and turn it into fully native UI that works beautifully across all the supported mobile OS
29+
versions, in both light and dark mode.
3030

3131
And they're fully compatible with hot reloading, which means you can swap them in and out at runtime without needing
3232
to recompile your app!

resources/views/docs/mobile/2/the-basics/native-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ with inline hints and code completion support.
7777

7878
For the most part, the JavaScript APIs mirror the PHP APIs. Any key differences are noted in our API docs.
7979

80-
This approach uses the PHP interface under the hood, so the two implementations stay in lock-step with each other. So
81-
you'll never need to worry about whether an API is available only in one place or the other; they're all always
80+
This approach uses the PHP interface under the hood, meaning the two implementations stay in lock-step with each other.
81+
So you'll never need to worry about whether an API is available only in one place or the other; they're all always
8282
available wherever you need them.
8383

8484
<aside>

0 commit comments

Comments
 (0)