From d7cdcf1e3efe72be8eda68055c69fb8035f3b80e Mon Sep 17 00:00:00 2001 From: Shawn Taylor Date: Thu, 18 May 2023 16:17:25 -0400 Subject: [PATCH] docs(react): remove unopened closing tag --- docs/react/navigation.md | 13 ++++++------- versioned_docs/version-v6/react/navigation.md | 13 ++++++------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/react/navigation.md b/docs/react/navigation.md index 34c2cdd9d6a..e54acf220db 100644 --- a/docs/react/navigation.md +++ b/docs/react/navigation.md @@ -403,13 +403,12 @@ When working with tabs, Ionic needs a way to know which view belongs to which ta ```tsx - - } /> - - - - - + + } /> + + + + ``` diff --git a/versioned_docs/version-v6/react/navigation.md b/versioned_docs/version-v6/react/navigation.md index 97bf7a64405..a8554943706 100644 --- a/versioned_docs/version-v6/react/navigation.md +++ b/versioned_docs/version-v6/react/navigation.md @@ -403,13 +403,12 @@ When working with tabs, Ionic needs a way to know which view belongs to which ta ```tsx - - } /> - - - - - + + } /> + + + + ```