docs: various fixes and improvements (#3546)

This commit is contained in:
Alexey Pyltsyn 2020-10-07 13:39:47 +03:00 committed by GitHub
parent 2e9854964d
commit 9134b1396b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 230 additions and 225 deletions

View file

@ -194,8 +194,8 @@ There are two lifecycle methods that are essential to theme implementation:
These lifecycle method are not essential but recommended:
- [`validateThemeConfig({themeConfig,validate})`](lifecycle-apis.md#validatethemeconfigthemeconfigvalidate)
- [`validateOptions({options,validate})`](lifecycle-apis.md#validateoptionsoptionsvalidate)
- [`validateThemeConfig({themeConfig, validate})`](lifecycle-apis.md#validatethemeconfigthemeconfig-validate)
- [`validateOptions({options, validate})`](lifecycle-apis.md#validateoptionsoptions-validate)
<!--