mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
doc typo
This commit is contained in:
parent
b8168e2287
commit
67f88c12e7
2 changed files with 3 additions and 3 deletions
|
@ -448,7 +448,7 @@ module.exports = {
|
|||
[
|
||||
'@docusaurus/plugin-client-redirects',
|
||||
{
|
||||
fromExtension: ['html'],
|
||||
fromExtensions: ['html'],
|
||||
},
|
||||
],
|
||||
],
|
||||
|
|
|
@ -491,7 +491,7 @@ module.exports = {
|
|||
[
|
||||
'@docusaurus/plugin-client-redirects',
|
||||
{
|
||||
fromExtension: ['html'],
|
||||
fromExtensions: ['html'],
|
||||
},
|
||||
],
|
||||
],
|
||||
|
@ -506,7 +506,7 @@ module.exports = {
|
|||
[
|
||||
'@docusaurus/plugin-client-redirects',
|
||||
{
|
||||
toExtension: ['html'],
|
||||
toExtensions: ['html'],
|
||||
},
|
||||
],
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue