From 4d5368900699b6863e8752e98ee7ce90be144d27 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 24 Jun 2015 22:02:56 -0700 Subject: [PATCH] bundle: Fix 'and any number of and other related' typo --- bundle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.md b/bundle.md index 87000f2af..5e8f766c6 100644 --- a/bundle.md +++ b/bundle.md @@ -14,7 +14,7 @@ A standard container bundle is made of the following 4 parts: A Standard Container bundle is a directory containing all the content needed to load and run a container. This includes its configuration file, content directories, and cryptographic signatures. The main property of this directory layout is that it can be moved as a unit to another machine and run the same container. -One or more *content directories* may be adjacent to the configuration file. This at least includes the root filesystem (referenced in the configuration by the *rootfs* field), and any number of and other related content (signatures, other configs, etc.). The interpretation of these resources is specified in the configuration. +One or more *content directories* may be adjacent to the configuration file. This at least includes the root filesystem (referenced in the configuration by the *rootfs* field) and other related content (signatures, other configs, etc.). The interpretation of these resources is specified in the configuration. ``` /