From d42cd00c8233882459c04b8d8b71f9c71f72ce04 Mon Sep 17 00:00:00 2001 From: "L. Preston Sego III" Date: Fri, 23 Aug 2019 16:22:19 -0400 Subject: [PATCH] Update text/0000-router-service-computed-query-params.md Co-Authored-By: Robert Jackson --- text/0000-router-service-computed-query-params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';