From 813b1fec840d79b37fe86778237b6db6d1cb959d Mon Sep 17 00:00:00 2001 From: Matthew Dennison Date: Fri, 1 Mar 2019 13:43:57 -0800 Subject: [PATCH] docs: fix trailing period (#796) * docs: fix trailing period Noticed this when checking out the docs here: https://kubernetes-sigs.github.io/cluster-api/getting_started/existing_providers.html. This moved the period up a line. * docs: move period to correct spot per feedback. --- docs/book/getting_started/existing_providers.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/book/getting_started/existing_providers.md b/docs/book/getting_started/existing_providers.md index c75a1c8536dc..9949c905f5cb 100644 --- a/docs/book/getting_started/existing_providers.md +++ b/docs/book/getting_started/existing_providers.md @@ -3,7 +3,6 @@ A great way to become acquainted with the Cluster API is to start using it. There are multiple implementations of the Cluster API for different environments. These implementations are called _providers_. To find a partial list of the -existing providers see the Cluster API [Provider Implementations List][provider-implementations-list] +existing providers see the Cluster API [Provider Implementations List][provider-implementations-list]. [provider-implementations-list]: https://github.com/kubernetes-sigs/cluster-api/blob/master/README.md#provider-implementations -.