From de985ee8a8f1b3aab52d5f4887aac210cec40eb2 Mon Sep 17 00:00:00 2001 From: aanchal Date: Thu, 22 Jun 2023 11:22:05 +0530 Subject: [PATCH] docs: fix typos --- CHANGELOG_ARCHIVE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG_ARCHIVE.md b/CHANGELOG_ARCHIVE.md index b5022107fe25a..06df7b8880f0a 100644 --- a/CHANGELOG_ARCHIVE.md +++ b/CHANGELOG_ARCHIVE.md @@ -1660,7 +1660,7 @@ Alex Rickabaugh, Daniel Díaz, David Shevitz, Dylan Hunn, Front-end developer, G * Minified UMD bundles are no longer included in the distributed NPM packages. * **animations:** DOM elements are now correctly removed when the root view is removed. If you are using SSR and use the app's HTML for rendering, you will need -to ensure that you save the HTML to a variable before destorying the +to ensure that you save the HTML to a variable before destroying the app. It is also possible that tests could be accidentally relying on the old behavior by trying to find an element that was not removed in a previous test. If