Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
42willow committed Nov 5, 2024
1 parent 4ca102d commit 5fbb855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig } from 'vitepress'

const ogTitle = 'Schooltape - A free an open source web extension for Schoolbox!';
const ogTitle = 'Schooltape - A free and open source web extension for Schoolbox!';
const ogDescription = 'A web extension that adds themes, plugins, and snippets to Schoolbox.';
const ogUrl = 'https://schooltape.github.io';
const ogImage = `${ogUrl}/previews/preview.webp`;
Expand All @@ -9,7 +9,7 @@ const ogImage = `${ogUrl}/previews/preview.webp`;
export default defineConfig({
title: "Schooltape",
titleTemplate: `:title - Schooltape`,
description: "A free an open source web extension for Schoolbox!",
description: "A free and open source web extension for Schoolbox!",
head: [
['meta', { property: 'og:type', content: 'website' }],
['meta', { property: 'og:title', content: ogTitle }],
Expand Down
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ titleTemplate: false

hero:
name: "Schooltape"
text: "A free an open source extension for Schoolbox!"
text: "A free and open source extension for Schoolbox!"
tagline: "Improving the Schoolbox experience for everyone"
image: /schooltape.svg
actions:
Expand Down

0 comments on commit 5fbb855

Please sign in to comment.