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

Commit 0f33924

Browse files
committed
📝 (README) Correct mistakes
1 parent 81fbd13 commit 0f33924

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ React Native declarative and reactive navigation.
66

77
## Philosophy
88

9-
This repo focuses on grouping pages by business conversion tunnels called **canals**. When navigating in Venice, you can not teleport yourself from the beginning of a canal to the end of it. You are forced to either go ahead or go back; and doing so you might discover another canal. **When you use React Gondola**, define several gondoliers and hhow they are authorize to move accross their canals.
9+
This repo focuses on grouping pages by business conversion tunnels called **canals**. When navigating in Venice, you can not teleport yourself from the beginning of a canal to the end of it. You are forced to either go ahead or go back; and doing so you might discover another canal 😲. **When you use React Gondola**, you define several gondoliers and how each one of them is authorized to move accross its own canal.
1010

1111
## 👍 TLDR; Use this package if:
1212

1313
- you want to group pages by **business** conversion tunnels rather than transition.
1414
- you want to control your navigation state with a **state machine**.
15-
- you want you navigation to **react** to your store changes.
15+
- you want your navigation to **react** to your store changes.
1616

1717
## 👎 Do not use this repo if:
1818

@@ -22,6 +22,7 @@ This repo focuses on grouping pages by business conversion tunnels called **cana
2222
## Docs
2323

2424
The docs are here: https://react-gondola.netlify.com/
25+
Powered by the incredible [docz](https://www.docz.site/).
2526

2627
## Contribute
2728

0 commit comments

Comments
 (0)