From 63e09c80af0672af6a1f90031df456000091e17d Mon Sep 17 00:00:00 2001 From: Taylor Wakefield Date: Mon, 21 Mar 2016 13:10:38 -0700 Subject: [PATCH] Update architecture.md --- docs/architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture.md b/docs/architecture.md index 0c0e1cdd29b..21c98342f87 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -1,6 +1,6 @@ # Architecture -This document covers the underlying design principles of Teleport and offers a detailed +This document covers the underlying design principles of Teleport and a detailed description of Teleport architecture. ## High Level Overview @@ -224,4 +224,4 @@ You can learn more about `tsh` in the [User Manual](docs/user-manual.md). `tctl` is used to administer a Teleport cluster. It connects to the `auth server` listening on `127.0.0.1` and allows cluster administrator to manage nodes and users in the cluster. -You can learn more about `tctl` in the [Admin Manual](docs/admin-guide.md). \ No newline at end of file +You can learn more about `tctl` in the [Admin Manual](docs/admin-guide.md).