From e3f406624f87811ee51fc9eb80ef8af88ea67eae Mon Sep 17 00:00:00 2001 From: Dmitriy Fishman Date: Tue, 9 Nov 2021 07:32:38 +0200 Subject: [PATCH] Fix a typo in concepts.md --- 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