From e90591707f92d8f2e7718533816c13f1d7754a56 Mon Sep 17 00:00:00 2001 From: Dmitriy Fishman Date: Tue, 9 Nov 2021 16:12:24 +0200 Subject: [PATCH] Fix a typo in concepts.md (#8289) --- docs/getting-started/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/concepts.md b/docs/getting-started/concepts.md index 109c514f23..e6082c84b4 100644 --- a/docs/getting-started/concepts.md +++ b/docs/getting-started/concepts.md @@ -579,7 +579,7 @@ If the URL were `/teams/firebirds/edit`, the element tree would change to: ``` -The outlet swaps out the child for the new child that matches, but the parent layout presists. It's subtle but very effective at cleaning up your components. +The outlet swaps out the child for the new child that matches, but the parent layout persists. It's subtle but very effective at cleaning up your components. ### Index Routes