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 Jun 9, 2020
1 parent 09f2385 commit d42cd00
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 d42cd00

Please sign in to comment.