Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Oct 14, 2021
1 parent a46032d commit f644549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/docusaurus.config.js
Expand Up @@ -15,7 +15,7 @@ module.exports = {
projectName: 'graphql-js', // Usually your repo name.
themeConfig: {
navbar: {
title: 'grahql-js',
title: 'graphql-js',
logo: {
alt: 'GraphQL Logo',
src: 'img/logo.svg',
Expand All @@ -33,7 +33,7 @@ module.exports = {
position: 'right',
},
{
// to: 'api/graphql-js', // for now https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/6
to: 'api/graphql-js',
to: 'api',
label: 'API',
position: 'left',
Expand Down

0 comments on commit f644549

Please sign in to comment.