Skip to content

Commit d51dfde

Browse files
authored
Typos (#3931)
1 parent db79d9e commit d51dfde

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/docs/src/routes/(routes)/blog/(posts)/daisyui-2023-wrapped/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ In 2023, we added 7 new components, 3 new themes and more than 100 utility class
5656

5757
## Accessibility
5858

59-
All color pairs used on daisyUI built-in themes now tested for contrast ratio and they all pass the WCAG test. This test runs automatically everytime there's a change in themes or theme functions to make sure we provide accessible color combinations by default.
59+
All color pairs used on daisyUI built-in themes now tested for contrast ratio and they all pass the WCAG test. This test runs automatically every time there's a change in themes or theme functions to make sure we provide accessible color combinations by default.
6060

6161
<figure>
6262
<img src="https://img.daisyui.com/images/blog/daisyui-colors-are-accessible.webp" alt="daisyUI colors are accessible" class="rounded-box">

packages/docs/src/routes/(routes)/components/modal/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ classnames:
4747
1. [Using HTML `<dialog>` element](#method-1-html-dialog-element)
4848
It needs JS to open but it has better accessibility and we can close it using `Esc` key
4949
2. [Using checkbox](#method-2-checkbox)
50-
A hidden `<input type="checkbox">` to control the sate of modal and `<label>` to check/uncheck the checkbox and open/close the modal
50+
A hidden `<input type="checkbox">` to control the state of modal and `<label>` to check/uncheck the checkbox and open/close the modal
5151
3. [Using `<a>` anchor links](#method-3-using-anchor-links)
5252
A link adds a parameter to the URL and you only see the modal when the URL has that parameter
5353

packages/docs/src/routes/(routes)/store/checkout/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon" />
55
<script>
66
console.log(
7-
"If this page is not loading, please disable ad blockers or software that blocks scripts. We do not track your IP address or personal information. This script is required to assigne affiliate ID required for the purchase.",
7+
"If this page is not loading, please disable ad blockers or software that blocks scripts. We do not track your IP address or personal information. This script is required to assign affiliate ID required for the purchase.",
88
)
99
const urlParams = new URLSearchParams(window.location.search)
1010
const productId = urlParams.get("product")

0 commit comments

Comments
 (0)