Skip to content

Commit 717bca2

Browse files
committed
fix: typo in route example
1 parent 667dac6 commit 717bca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export class Route {
142142
* ```js
143143
* const db = new Database();
144144
* const foxx = db.route("/my-foxx-service");
145-
* const user = foxx.roue("/users/admin");
145+
* const user = foxx.route("/users/admin");
146146
* const res = await user.delete();
147147
* ```
148148
*/

0 commit comments

Comments
 (0)