Skip to content

Commit e905917

Browse files
authored
Fix a typo in concepts.md (#8289)
1 parent 66bcb6c commit e905917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ If the URL were `/teams/firebirds/edit`, the element tree would change to:
579579
</App>
580580
```
581581

582-
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.
582+
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.
583583

584584
### Index Routes
585585

0 commit comments

Comments
 (0)