Skip to content

Commit

Permalink
Fixed blog description spelling of "official" (vuejs#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
braden-w authored Dec 29, 2023
1 parent fd512c8 commit 749356b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { genFeed } from './genFeed.js'

export default defineConfig({
title: 'The Vue Point',
description: 'The offical blog for the Vue.js project',
description: 'The official blog for the Vue.js project',
cleanUrls: true,
head: [
['meta', { name: 'twitter:site', content: '@vuejs' }],
Expand Down

0 comments on commit 749356b

Please sign in to comment.