Skip to content

Commit 3837c08

Browse files
committed
Merge pull request #10109 from ankushagarwal/imagespec-typo
Fix typos in image spec v1
2 parents ae493e7 + 82bfb38 commit 3837c08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: image/spec/v1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Here is an example image JSON file:
243243
The execution parameters which should be used as a base when running a
244244
container using the image. This field can be <code>null</code>, in
245245
which case any execution parameters should be specified at creation of
246-
the image.
246+
the container.
247247

248248
<h4>Container RunConfig Field Descriptions</h4>
249249

@@ -391,7 +391,7 @@ interpret them.
391391

392392
An example of creating an Image Filesystem Changeset follows.
393393

394-
An image root filesystem is first creating as an empty directory named with the
394+
An image root filesystem is first created as an empty directory named with the
395395
ID of the image being created. Here is the initial empty directory structure
396396
for the changeset for an image with ID `c3167915dc9d` ([real IDs are much
397397
longer](#id_desc), but this example use a truncated one here for brevity.

0 commit comments

Comments
 (0)