Merge pull request #5037 from eensander/patch-1

Fix typo in bulma documentation
pull/5049/head
Tuğçe Küçükoğlu 2024-01-08 10:39:24 +03:00 committed by GitHub
commit 34518d9828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
<div> <div>
<Head> <Head>
<Title>Bulma - PrimeVue</Title> <Title>Bulma - PrimeVue</Title>
<Meta name="description" content="Bulma is a free, open source framework that provides ready-to-use frontend copmponents and utilities.." /> <Meta name="description" content="Bulma is a free, open source framework that provides ready-to-use frontend components and utilities.." />
</Head> </Head>
<div class="doc"> <div class="doc">
<div class="doc-main"> <div class="doc-main">
<div class="doc-intro"> <div class="doc-intro">
<h1>Bulma</h1> <h1>Bulma</h1>
<p><a href="https://bulma.io/">Bulma</a> is a free, open source framework that provides ready-to-use frontend copmponents and utilities.</p> <p><a href="https://bulma.io/">Bulma</a> is a free, open source framework that provides ready-to-use frontend components and utilities.</p>
</div> </div>
<DocSections :docs="docs" /> <DocSections :docs="docs" />
</div> </div>