mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs: fix a typo in using-themes.md (#5868)
This commit is contained in:
parent
aeeacc3b52
commit
9f861dfb96
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue