Signed-off-by: Xinbo Weng <xihuanbo_0521@zju.edu.cn>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -99,7 +99,7 @@ This specification uses the following terms: |
| 99 | 99 |
<code>my-app:3.1.4</code>, <code>my-app</code> is the <i>Repository</i> |
| 100 | 100 |
component of the name. A repository name is made up of slash-separated |
| 101 | 101 |
name components, optionally prefixed by a DNS hostname. The hostname |
| 102 |
- must follow comply with standard DNS rules, but may not contain |
|
| 102 |
+ must comply with standard DNS rules, but may not contain |
|
| 103 | 103 |
<code>_</code> characters. If a hostname is present, it may optionally |
| 104 | 104 |
be followed by a port number in the format <code>:8080</code>. |
| 105 | 105 |
Name components may contain lowercase characters, digits, and |
| ... | ... |
@@ -99,7 +99,7 @@ This specification uses the following terms: |
| 99 | 99 |
<code>my-app:3.1.4</code>, <code>my-app</code> is the <i>Repository</i> |
| 100 | 100 |
component of the name. A repository name is made up of slash-separated |
| 101 | 101 |
name components, optionally prefixed by a DNS hostname. The hostname |
| 102 |
- must follow comply with standard DNS rules, but may not contain |
|
| 102 |
+ must comply with standard DNS rules, but may not contain |
|
| 103 | 103 |
<code>_</code> characters. If a hostname is present, it may optionally |
| 104 | 104 |
be followed by a port number in the format <code>:8080</code>. |
| 105 | 105 |
Name components may contain lowercase characters, digits, and |
| ... | ... |
@@ -440,7 +440,7 @@ f60c56784b83/ |
| 440 | 440 |
my-app-tools |
| 441 | 441 |
``` |
| 442 | 442 |
|
| 443 |
-This example change is going add a configuration directory at `/etc/my-app.d` |
|
| 443 |
+This example change is going to add a configuration directory at `/etc/my-app.d` |
|
| 444 | 444 |
which contains a default config file. There's also a change to the |
| 445 | 445 |
`my-app-tools` binary to handle the config layout change. The `f60c56784b83` |
| 446 | 446 |
directory then looks like this: |