Skip to content

Commit

Permalink
Update metadata.ts (#333)
Browse files Browse the repository at this point in the history
Controling -> Controlling
  • Loading branch information
eltociear authored Mar 15, 2024
1 parent 421e56d commit 08d06ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import { Metadata } from 'websites/types/Metadata'

const metadata: Metadata = {
title: 'Font Feature Settings',
description: 'Controling advanced typographic features in OpenType fonts.',
description: 'Controlling advanced typographic features in OpenType fonts.',
category: 'Syntax',
unfinished: true,
canIUseLink: 'https://caniuse.com/?search=font-feature-settings',
mdnLink: 'https://developer.mozilla.org/en-US/docs/Web/CSS/font-feature-settings'
}

export default metadata
export default metadata

0 comments on commit 08d06ab

Please sign in to comment.