Merge pull request #22981 from shuuji3/en/replace-special-quote-with-normal-ones
Replace special quote characters with normal ones
This commit is contained in:
@@ -81,7 +81,7 @@ apt-get update && apt-get install -y \
|
||||
```
|
||||
|
||||
```shell
|
||||
# Add Docker’s official GPG key:
|
||||
# Add Docker's official GPG key:
|
||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
|
||||
```
|
||||
|
||||
@@ -381,7 +381,7 @@ apt-get update && apt-get install -y apt-transport-https ca-certificates curl so
|
||||
```
|
||||
|
||||
```shell
|
||||
## Add Docker’s official GPG key
|
||||
## Add Docker's official GPG key
|
||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user