Skip to content

Commit f714ae0

Browse files
Update content/controllers.md
1 parent dd10b34 commit f714ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/controllers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ findAll() {
202202

203203
The `'ab*cd'` route path will match `abcd`, `ab_cd`, `abecd`, and so on. The characters `?`, `+`, `*`, and `()` may be used in a route path, and are subsets of their regular expression counterparts. The hyphen ( `-`) and the dot (`.`) are interpreted literally by string-based paths.
204204

205-
> **Warning** A wildcard in the middle of the route is only supported by express.
205+
> warning **Warning** A wildcard in the middle of the route is only supported by express.
206206
207207
#### Status code
208208

0 commit comments

Comments
 (0)