Skip to content

Commit

Permalink
use normal single quotes (#3764)
Browse files Browse the repository at this point in the history
use a standard single quote, which is common practice, and is consistent with the rest of the repo.
  • Loading branch information
browner12 committed Oct 18, 2023
1 parent f66804f commit 1e72dfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions benchmarks/giant.html
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,7 @@ <h1 class="Box-title">Fork livewire</h1>
<div class="compare-show-header Subhead hx_Subhead--responsive ">
<h1 class="Subhead-heading ">Comparing changes</h1>

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

<div class="js-stale-session-flash flash flash-warn flash-banner" hidden>
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/en/advanced/csp.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In order to accommodate environments where this CSP is necessary, Alpine will of
<a name="installation"></a>
## Installation

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:
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:

<a name="script-tag"></a>
### Script tag
Expand Down

0 comments on commit 1e72dfb

Please sign in to comment.