Skip to content

Commit 797eb01

Browse files
committed
fix typos
1 parent a15111f commit 797eb01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
projectName: 'graphql-js', // Usually your repo name.
1616
themeConfig: {
1717
navbar: {
18-
title: 'grahql-js',
18+
title: 'graphql-js',
1919
logo: {
2020
alt: 'GraphQL Logo',
2121
src: 'img/logo.svg',
@@ -33,7 +33,7 @@ module.exports = {
3333
position: 'right',
3434
},
3535
{
36-
// to: 'api/graphql-js', // for now https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/6
36+
to: 'api/graphql-js',
3737
to: 'api',
3838
label: 'API',
3939
position: 'left',

0 commit comments

Comments
 (0)