From de9f414919189f07ce81a933e27c547de15a72eb Mon Sep 17 00:00:00 2001 From: Dick Wyn Yong <11251672+dickwyn@users.noreply.github.com> Date: Tue, 13 Apr 2021 10:59:50 -0700 Subject: [PATCH] docs(v2): add clarity to tip in versioned using-themes page (#4609) --- website/versioned_docs/version-2.0.0-alpha.71/using-themes.md | 2 +- website/versioned_docs/version-2.0.0-alpha.72/using-themes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/versioned_docs/version-2.0.0-alpha.71/using-themes.md b/website/versioned_docs/version-2.0.0-alpha.71/using-themes.md index e8567d3760..d1e7446546 100644 --- a/website/versioned_docs/version-2.0.0-alpha.71/using-themes.md +++ b/website/versioned_docs/version-2.0.0-alpha.71/using-themes.md @@ -92,7 +92,7 @@ This component is applied above the router and the theme ``, and will ** :::tip -Use this component render React Context providers and global stateful logic. +Use this component to render React Context providers and global stateful logic. ::: diff --git a/website/versioned_docs/version-2.0.0-alpha.72/using-themes.md b/website/versioned_docs/version-2.0.0-alpha.72/using-themes.md index e8567d3760..d1e7446546 100644 --- a/website/versioned_docs/version-2.0.0-alpha.72/using-themes.md +++ b/website/versioned_docs/version-2.0.0-alpha.72/using-themes.md @@ -92,7 +92,7 @@ This component is applied above the router and the theme ``, and will ** :::tip -Use this component render React Context providers and global stateful logic. +Use this component to render React Context providers and global stateful logic. :::