Skip to content

Commit 526fc9a

Browse files
Merge pull request #8 from florianbeer/patch-1
Fix class-based route binding explanation
2 parents 79b1c0c + 35f6f50 commit 526fc9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ new class {
223223
}
224224
```
225225

226-
When you're using the procedural method of route binding, you actually do not have to include a `mount` function. If you
226+
When you're using the class-based method of route binding, you actually do not have to include a `mount` function. If you
227227
have a public or protected property that is named the same as a route parameter, we will go ahead and auto set it if
228228
there is no `mount` function available.
229229

@@ -1175,4 +1175,4 @@ It is also a proxy to the Playwright `page` class.
11751175
## Credits
11761176

11771177
- All Fusion artwork was designed by [Will King](https://x.com/wking__)
1178-
- Fusion was named by [Josh Cirre](https://x.com/joshcirre)! It had a much worse working name, which is so bad I won't share it.
1178+
- Fusion was named by [Josh Cirre](https://x.com/joshcirre)! It had a much worse working name, which is so bad I won't share it.

0 commit comments

Comments
 (0)