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

use normal single quotes #3764

Merged
merged 1 commit into from
Oct 18, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading