mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-04 20:57:17 +02:00
docs: fix a typo in using-themes.md (#5868)
This commit is contained in:
parent
aeeacc3b52
commit
9f861dfb96
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue