fix typo in glossary (#3487)

Signed-off-by: Stefan Pietsch <mail.ipv4v6+gh@gmail.com>
This commit is contained in:
IPv4v6 2017-06-05 22:48:19 +02:00 committed by John Mulhausen
parent e11009b304
commit 91832da6c8
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ ENTRYPOINT: |
```
In practice, `ENTRYPOINT` is not often overridden. However, specifying the
`ENTRYPOINT` can make your images more fiexible and easier to reuse.
`ENTRYPOINT` can make your images more flexible and easier to reuse.
filesystem: |
A file system is the method an operating system uses to name files
and assign them locations for efficient storage and retrieval.