Skip to content

Commit 65dff43

Browse files
committed
Fix spelling mistakes
1 parent 6d9f8f9 commit 65dff43

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ Default Containerized Application Labels/Annotations/Ids used to document the ap
33

44
With the introduction of the [Atomic command](http://developerblog.redhat.com/2015/04/21/introducing-the-atomic-command/), we are accessing container image meta data to describe the purpose of the image or the application defined by the image.
55

6-
We would like to get concensus on default names. Proposals have been made to namespace the label names defined
6+
We would like to get consensus on default names. Proposals have been made to namespace the label names defined
77
in Docker.
88

99
But we believe their should be some generic toplevel names defined that are not vendor specific, or
1010
distribution specific.
1111

12-
If you would like to see additional names and desciptions added please open issues and send pull requests to update this readme.
12+
If you would like to see additional names and descriptions added please open issues and send pull requests to update this readme.
1313

14-
The follwing types of data are being considered:
14+
The following types of data are being considered:
1515

1616
1. Labels used to describe how to use the application/image
1717

@@ -35,9 +35,9 @@ The follwing types of data are being considered:
3535
| Vendor | Owner of the image|
3636
| URL | Url with more information on the image|
3737
| Summary | Short Description of the image|
38-
| Description | Detailed discription of the image|
38+
| Description | Detailed description of the image|
3939

40-
3. Annotations with container configuration that is externally accesible, to clarify the extent to which a container image is a "black box". Rather than explicit fields, this is a pattern for the key (in likeness to an Object Identifiers (OID) or the Java package naming convention).
40+
3. Annotations with container configuration that is externally accessible, to clarify the extent to which a container image is a "black box". Rather than explicit fields, this is a pattern for the key (in likeness to an Object Identifiers (OID) or the Java package naming convention).
4141

4242
| `com.example.webserver.memory.max` | Maximum memory setting for "example.com" organization's webserver |
4343
| `com.example.webserver.memory.min` | Minimum memory setting for "example.com" organization's webserver |

0 commit comments

Comments
 (0)