docs: fix a typo in using-themes.md (#5868)

This commit is contained in:
Dmitriy Fishman 2021-11-04 06:40:36 +02:00 committed by GitHub
parent aeeacc3b52
commit 9f861dfb96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)