Skip to content

Commit

Permalink
fix(docs): use correct spelling of JavaScript (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
aemkei committed Apr 12, 2024
1 parent 9618024 commit f38d3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const {globSync} = require('glob');
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'React Google Maps',
tagline: 'React wrapper for the Google Maps Javascript API',
tagline: 'React wrapper for the Google Maps JavaScript API',
url: 'https://visgl.github.io/',
baseUrl: '/react-google-maps/',
onBrokenLinks: 'throw',
Expand Down

0 comments on commit f38d3c4

Please sign in to comment.