Skip to content

Commit

Permalink
Update text/0000-router-service-computed-query-params.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Robert Jackson <[email protected]>
  • Loading branch information
NullVoxPopuli and rwjblue committed Aug 23, 2019
1 parent 9aaa951 commit 5971add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-router-service-computed-query-params.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Everyone has different query param serialization and deserialization needs depen

By default, the query params will be serialized and deserialized via the builtin URLSearchParams API, and polyfilled for IE11.

Should someone decide to customize how serilaization and deserializion transforms the query params, that can be done directly on the router:
Should someone decide to customize how serialization and deserialization transforms the query params, that can be done directly on the router:

```ts
import EmberRouter from '@ember/routing/router';
Expand Down

0 comments on commit 5971add

Please sign in to comment.