From 2022fa81fff0d9dc49045743e82a5838f82f8bb8 Mon Sep 17 00:00:00 2001 From: Artur Meyster Date: Tue, 8 Sep 2015 23:17:10 -0700 Subject: [PATCH] Added periods at the end of bullet points for consistency Signed-off-by: Artur Meyster --- docs/userguide/labels-custom-metadata.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/userguide/labels-custom-metadata.md b/docs/userguide/labels-custom-metadata.md index 2be7f8597f..6be4aebc9f 100644 --- a/docs/userguide/labels-custom-metadata.md +++ b/docs/userguide/labels-custom-metadata.md @@ -48,9 +48,9 @@ notation. Use the following guidelines to name your keys: reserved for Docker's internal use. - Keys should only consist of lower-cased alphanumeric characters, - dots and dashes (for example, `[a-z0-9-.]`) + dots and dashes (for example, `[a-z0-9-.]`). -- Keys should start *and* end with an alpha numeric character +- Keys should start *and* end with an alpha numeric character. - Keys may not contain consecutive dots or dashes.