diff --git a/text/0000-router-service-computed-query-params.md b/text/0000-router-service-computed-query-params.md index 982431c0ed..34311f5cd4 100644 --- a/text/0000-router-service-computed-query-params.md +++ b/text/0000-router-service-computed-query-params.md @@ -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';