fix misspelling in overview.md

fix two misspellings in overview.md:
technnology -> technology
standardisation -> standardization
pull/20947/head
mristok 2020-05-13 10:43:36 -05:00 committed by GitHub
parent c6ee1bb642
commit 4d6d79b4d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ weight: 1
{{% capture overview %}}
Containers are a technnology for packaging the (compiled) code for an
Containers are a technology for packaging the (compiled) code for an
application along with the dependencies it needs at run time. Each
container that you run is repeatable; the standardisation from having
container that you run is repeatable; the standardization from having
dependencies included means that you get the same behavior wherever you
run it.