Skip to content

Commit 1e72dfb

Browse files
authored
use normal single quotes (#3764)
use a standard single quote, which is common practice, and is consistent with the rest of the repo.
1 parent f66804f commit 1e72dfb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

benchmarks/giant.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,7 @@ <h1 class="Box-title">Fork livewire</h1>
16891689
<div class="compare-show-header Subhead hx_Subhead--responsive ">
16901690
<h1 class="Subhead-heading ">Comparing changes</h1>
16911691

1692-
<div class="Subhead-description "> Choose two branches to see whats changed or to start a
1692+
<div class="Subhead-description "> Choose two branches to see what's changed or to start a
16931693
new pull request.
16941694
If you need to, you can also <button type="button"
16951695
class="btn-link js-toggle-range-editor-cross-repo">compare across forks</button>.
@@ -25559,7 +25559,7 @@ <h3 class="mb-1">No commit comments for this range</h3>
2555925559
</path>
2556025560
</svg>
2556125561
</button>
25562-
You cant perform that action at this time.
25562+
You can't perform that action at this time.
2556325563
</div>
2556425564

2556525565
<div class="js-stale-session-flash flash flash-warn flash-banner" hidden>

packages/docs/src/en/advanced/csp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In order to accommodate environments where this CSP is necessary, Alpine will of
1414
<a name="installation"></a>
1515
## Installation
1616

17-
The CSP build hasnt been officially released yet. In the meantime, you may [build it from source](https://github.com/alpinejs/alpine/tree/main/packages/csp). Once released, like all Alpine extensions, you will be able to include this either via `<script>` tag or module import:
17+
The CSP build hasn't been officially released yet. In the meantime, you may [build it from source](https://github.com/alpinejs/alpine/tree/main/packages/csp). Once released, like all Alpine extensions, you will be able to include this either via `<script>` tag or module import:
1818

1919
<a name="script-tag"></a>
2020
### Script tag

0 commit comments

Comments
 (0)