Skip to content

Commit

Permalink
docs(readme): update typos
Browse files Browse the repository at this point in the history
  - as / has 
  - misformatted title
  • Loading branch information
rtpHarry authored Aug 11, 2022
1 parent 136c5fd commit 84c11ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Brain\Cortex::boot();
This can be done as soon as you can, no need to wrap in a hook.

It will not work after [`'do_parse_request'`](https://developer.wordpress.org/reference/hooks/do_parse_request/)
as been fired.
has been fired.

## Adding routes

Expand Down Expand Up @@ -55,7 +55,7 @@ The callback passed as second argument receives the array of matches (`$routeInf
and has to return an array of arguments for `WP_Query`.


##`QueryRoute` arguments
## `QueryRoute` arguments

`QueryRoute` constructor accepts as 3rd argument an array of options for
route configuration.
Expand Down

0 comments on commit 84c11ac

Please sign in to comment.