Remove typo from page title

pull/3522/head
Sebastian Zborowski 2023-01-11 15:36:03 +01:00 committed by GitHub
parent 358fe257b9
commit 05f6178508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<Head> <Head>
<Title>Vue FocsuTrap Directive</Title> <Title>Vue FocusTrap Directive</Title>
<Meta name="description" content="Focus Trap keeps focus within a certain DOM element while tabbing." /> <Meta name="description" content="Focus Trap keeps focus within a certain DOM element while tabbing." />
</Head> </Head>