diff --git a/docs/dns-stack.md b/docs/dns-stack.md
index cf51e044d417651a17de75c91bbaa629e75e49fc..cdd85be2632e0ec7673ccea904a6000d9f0d5bda 100644
--- a/docs/dns-stack.md
+++ b/docs/dns-stack.md
@@ -58,11 +58,11 @@ limitations (e.g. number of nameservers). Kubelet is instructed to use dnsmasq i
 It is configured to forward all DNS queries belonging to cluster services to kubedns/skydns. All
 other queries are forwardet to the nameservers found in ``upstream_dns_servers`` or ``default_resolver``
 
-#### kubedns (default)
+#### kubedns
 This does not install the dnsmasq DaemonSet and instructs kubelet to directly use kubedns/skydns for
 all queries.
 
-#### coredns
+#### coredns (default)
 This does not install the dnsmasq DaemonSet and instructs kubelet to directly use CoreDNS for
 all queries.