Skip to content

Commit 3f5b8cf

Browse files
committed
fix(website): added langauge declarations to som badly formatted codeblocks
Technically, this is a docs issue, but the manifestation was in styling on the website.
1 parent 264b65f commit 3f5b8cf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/0.3.0-0.3.3/en-US/pitfalls-and-bugs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you're getting errors along the lines of not being able to find the latest Pe
3131

3232
However, sometimes you'll need to purge your system's Cargo cache, which can be done safely by running the following commands:
3333

34-
```
34+
```shell
3535
cd ~/.cargo
3636
mkdir old
3737
mv git old

docs/0.3.4/en-US/reference/pitfalls-and-bugs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you're getting errors along the lines of not being able to find the latest Pe
3131

3232
However, sometimes you'll need to purge your system's Cargo cache, which can be done safely by running the following commands:
3333

34-
```
34+
```shell
3535
cd ~/.cargo
3636
mkdir old
3737
mv git old

docs/0.4.x/en-US/reference/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you're getting errors along the lines of not being able to find the latest Pe
1212

1313
However, sometimes you'll need to purge your system's Cargo cache, which can be done safely by running the following commands:
1414

15-
```
15+
```shell
1616
cd ~/.cargo
1717
mkdir old
1818
mv git old

docs/next/en-US/reference/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you're getting errors along the lines of not being able to find the latest Pe
1212

1313
However, sometimes you'll need to purge your system's Cargo cache, which can be done safely by running the following commands:
1414

15-
```
15+
```shell
1616
cd ~/.cargo
1717
mkdir old
1818
mv git old

0 commit comments

Comments
 (0)