From 0dddaa3a42e2c1327cd02a849b708470cea1f8a4 Mon Sep 17 00:00:00 2001 From: mscherer Date: Mon, 15 Dec 2014 01:07:05 +0100 Subject: [PATCH] Fix typo in comment --- docs/getting-started-guides/fedora/fedora_manual_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/fedora/fedora_manual_config.md b/docs/getting-started-guides/fedora/fedora_manual_config.md index c1b85a746c5..6624ec44881 100644 --- a/docs/getting-started-guides/fedora/fedora_manual_config.md +++ b/docs/getting-started-guides/fedora/fedora_manual_config.md @@ -108,7 +108,7 @@ KUBELET_PORT="--port=10250" # You may leave this blank to use the actual hostname KUBELET_HOSTNAME="--hostname_override=fed-minion" -# Add your won! +# Add your own! KUBELET_ARGS="" ```