Replace special quote characters with normal ones.

This commit is contained in:
TAKAHASHI Shuuji
2020-08-05 03:17:57 +09:00
parent 6b784ad586
commit c6a96128c4
42 changed files with 104 additions and 104 deletions
@@ -81,7 +81,7 @@ apt-get update && apt-get install -y \
```
```shell
# Add Dockers official GPG key:
# Add Docker's official GPG key:
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
```
@@ -339,7 +339,7 @@ apt-get update && apt-get install -y apt-transport-https ca-certificates curl so
```
```shell
## Add Dockers official GPG key
## Add Docker's official GPG key
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
```