Forráskód Böngészése

use normal single quotes (#3764)

use a standard single quote, which is common practice, and is consistent with the rest of the repo.
Andrew Brown 1 éve
szülő
commit
1e72dfb22e
2 módosított fájl, 3 hozzáadás és 3 törlés
  1. 2 2
      benchmarks/giant.html
  2. 1 1
      packages/docs/src/en/advanced/csp.md

+ 2 - 2
benchmarks/giant.html

@@ -1689,7 +1689,7 @@
                         <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>.
@@ -25559,7 +25559,7 @@ Co-authored-by: Caleb Porzio &lt;calebporzio@gmail.com&gt;</pre>
                 </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>

+ 1 - 1
packages/docs/src/en/advanced/csp.md

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