Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs/corrections #646

Merged
merged 5 commits into from Dec 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/routes/(inner)/components/file-dropzone/+page.svelte
Expand Up @@ -54,7 +54,7 @@
</div>
<div class="space-y-4">
<h3>Notes</h3>
<p>Use the <code>notes</code> property to provide addition text information on a second line.</p>
<p>Use the <code>notes</code> property to provide additional text information on a second line.</p>
<CodeBlock language="html" code={`<FileDropzone notes="Files should not exceed 5mb." />`} />
</div>
<div class="space-y-4">
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(inner)/components/progress-bars/+page.svelte
Expand Up @@ -136,7 +136,7 @@
<svelte:fragment slot="usage">
<div class="space-y-4">
<p>
This component is treated as a <a
This component is treated as an <a
href="https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/progressbar_role"
target="_blank"
rel="noreferrer">ARIA progressbar</a
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(inner)/docs/comparisons/+page.svelte
Expand Up @@ -104,7 +104,7 @@
>. Daisy also opts to forgo the biggest benefit of Tailwind, the deeply extensible utility class system, instead relying on
<a href="https://tailwindcss.com/docs/reusing-styles#avoiding-premature-abstraction" target="_blank" rel="noreferrer">@apply</a> to generate
canned style sets. Skeleton, on the other hand, treats utility classes as first class citizens, providing hooks to set and override Tailwind
classes within each component. Skeleton components also accept arbitrary classes, allowing full customization top to bottom. However, it’s
classes within each component. Skeleton components also accept arbitrary classes, allowing full customization from top to bottom. However, it’s
worth noting that Daisy is a general purpose library available to any framework, while Skeleton focuses purely on Svelte.
</p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(inner)/docs/features/+page.svelte
Expand Up @@ -54,7 +54,7 @@
</div>
<h2>Svelte</h2>
</div>
<p>These feature require Svelte to operate.</p>
<p>These features require Svelte to operate.</p>
<div class="space-y-4">
<h3>Actions</h3>
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(inner)/guides/install/+page.svelte
Expand Up @@ -9,7 +9,7 @@
<h1>Installation</h1>
<!-- prettier-ignore -->
<p>
Let's setup our project and install Skeleton. For best results, we recommend you have at least moderate experience
Let's set up our project and install Skeleton. For best results, we recommend you have at least moderate experience
with <a href="https://svelte.dev/tutorial/basics" target="_blank" rel="noreferrer">Svelte</a>,
<a href="https://tailwindcss.com/docs/utility-first" target="_blank" rel="noreferrer">Tailwind CSS</a>, and any
supported frameworks listed below. If you encounter issues, please refer to our <a href="/docs/faqs">frequently asked questions</a> section.
Expand Down