docs: fix some casing inconsistencies (#7081)

This commit is contained in:
Joshua Chen 2022-03-31 20:23:44 +08:00 committed by GitHub
parent 24c205a835
commit ff96606865
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 97 additions and 97 deletions

View file

@ -25,7 +25,7 @@
},
{
"type": "link",
"label": "Github",
"label": "GitHub",
"href": "https://github.com"
},
{

View file

@ -34,7 +34,7 @@ exports[`docsVersion first time versioning 1`] = `
},
{
"href": "https://github.com",
"label": "Github",
"label": "GitHub",
"type": "link",
},
{

View file

@ -225,7 +225,7 @@ exports[`simple website content 4`] = `
},
{
"href": "https://github.com",
"label": "Github",
"label": "GitHub",
"type": "link",
},
{
@ -850,7 +850,7 @@ exports[`simple website content: data 1`] = `
},
{
\\"type\\": \\"link\\",
\\"label\\": \\"Github\\",
\\"label\\": \\"GitHub\\",
\\"href\\": \\"https://github.com\\"
},
{

View file

@ -5,7 +5,7 @@
"foo/baz",
{
"type": "link",
"label": "Github",
"label": "GitHub",
"href": "https://github.com"
},
{

View file

@ -218,7 +218,7 @@ exports[`loadSidebars sidebars with known sidebar item type 1`] = `
},
{
"href": "https://github.com",
"label": "Github",
"label": "GitHub",
"type": "link",
},
{

View file

@ -228,7 +228,7 @@ describe('validateSidebars', () => {
`);
});
it('hTML type requires a value', () => {
it('html type requires a value', () => {
const sidebars: SidebarsConfig = {
sidebar1: [
{
@ -248,7 +248,7 @@ describe('validateSidebars', () => {
`);
});
it('hTML type accepts valid values', () => {
it('html type accepts valid values', () => {
const sidebars: SidebarsConfig = {
sidebar1: [
{