From 6c3d2e63829a5053d4a19883282417b0b6f32c43 Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Thu, 11 Aug 2016 22:51:24 -0400 Subject: [PATCH] Typo: fix typo in bundle.md Signed-off-by: Lei Jitang --- bundle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.md b/bundle.md index d77db89b6..70387bc9b 100644 --- a/bundle.md +++ b/bundle.md @@ -5,7 +5,7 @@ This section defines a format for encoding a container as a *filesystem bundle* - a set of files organized in a certain way, and containing all the necessary data and metadata for any compliant runtime to perform all standard operations against it. See also [OS X application bundles](http://en.wikipedia.org/wiki/Bundle_%28OS_X%29) for a similar use of the term *bundle*. -The definition of a bundle is only concerned with how a container, and its configuration data, are stored on a local file system so that it can be consumed by a compliant runtime. +The definition of a bundle is only concerned with how a container, and its configuration data, are stored on a local filesystem so that it can be consumed by a compliant runtime. A Standard Container bundle contains all the information needed to load and run a container. This MUST include the following artifacts: