From 9f861dfb96ce19e4d0df7097003e43348ee1eb95 Mon Sep 17 00:00:00 2001 From: Dmitriy Fishman Date: Thu, 4 Nov 2021 06:40:36 +0200 Subject: [PATCH] docs: fix a typo in using-themes.md (#5868) --- 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 2ff65c35ee..772e9da928 100644 --- a/website/docs/using-themes.md +++ b/website/docs/using-themes.md @@ -213,7 +213,7 @@ There are two lifecycle methods that are essential to theme implementation: - [`getThemePath()`](lifecycle-apis.md#getthemepath) - [`getClientModules()`](lifecycle-apis.md#getclientmodules) -These lifecycle method are not essential but recommended: +These lifecycle methods are not essential but recommended: - [`validateThemeConfig({themeConfig, validate})`](lifecycle-apis.md#validatethemeconfigthemeconfig-validate) - [`validateOptions({options, validate})`](lifecycle-apis.md#validateoptionsoptions-validate)