From 2c9e9b383aae282a468f949c0128afc0779c100f Mon Sep 17 00:00:00 2001 From: dnalborczyk Date: Wed, 16 May 2018 19:54:09 -0400 Subject: [PATCH] spelling fix --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index 472f0a301a..e8c372d8f6 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -6,7 +6,7 @@ In most cases, this allows application and library developers to update incremen and use RxJS v6 without any modifications to their code. A backward-compatibility layer eases the update process, allowing you to keep your -apps working while you address most code changes at your own page. +apps working while you address most code changes at your own pace. The overall process can be carried out in stages: 1. Update to the latest version of RxJS 5.5 and ensure that you've fixed any issues caused by bug fixes.