From edfc7ff3b84db29cea79f5114b2928043c2ad840 Mon Sep 17 00:00:00 2001 From: Dick Wyn Yong <11251672+dickwyn@users.noreply.github.com> Date: Tue, 13 Apr 2021 02:23:18 -0700 Subject: [PATCH] docs(v2): add clarity to tip in using-themes page (#4604) --- website/docs/using-themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/using-themes.md b/website/docs/using-themes.md index e8567d3760..d1e7446546 100644 --- a/website/docs/using-themes.md +++ b/website/docs/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. :::