فهرست منبع

Change "bash" to "shell" in docs

Caleb Porzio 3 سال پیش
والد
کامیت
1dc6436d94

+ 1 - 1
packages/docs/src/en/essentials/installation.md

@@ -45,7 +45,7 @@ If you prefer the more robust approach, you can install Alpine via NPM and impor
 
 Run the following command to install it.
 
-```bash
+```shell
 npm install alpinejs
 ```
 

+ 1 - 1
packages/docs/src/en/plugins/intersect.md

@@ -32,7 +32,7 @@ You can include the CDN build of this plugin as a `<script>` tag, just make sure
 
 You can install Intersect from NPM for use inside your bundle like so:
 
-```bash
+```shell
 npm install @alpinejs/intersect
 ```
 

+ 1 - 1
packages/docs/src/en/plugins/persist.md

@@ -32,7 +32,7 @@ You can include the CDN build of this plugin as a `<script>` tag, just make sure
 
 You can install Persist from NPM for use inside your bundle like so:
 
-```bash
+```shell
 npm install @alpinejs/persist
 ```
 

+ 1 - 1
packages/docs/src/en/plugins/trap.md

@@ -32,7 +32,7 @@ You can include the CDN build of this plugin as a `<script>` tag, just make sure
 
 You can install Trap from NPM for use inside your bundle like so:
 
-```bash
+```shell
 npm install @alpinejs/trap
 ```