From 4da08970f251e44de43dca95fac31f80737635cb Mon Sep 17 00:00:00 2001 From: Patrick Devine Date: Mon, 31 Aug 2015 10:17:50 -0700 Subject: [PATCH] Fix a typo in the api docs --- api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/index.md b/api/index.md index dd065f7b8a..f8b197e445 100755 --- a/api/index.md +++ b/api/index.md @@ -12,7 +12,7 @@ parent = "smn_dtrapi" The Accounts & Repos API lets you integrate Docker Trusted Registry (DTR) with your enterprise's organizational structure by providing fine-grained, role-based access control for your repositories. Specifically, this API provides: -* An API for account management, including creating an account, listing existing accounts, creating a team within an organization, listing teamns in an organization, getting a specific team, listing members of a team, adding and removing members from a team (if using a managed whitelist), or editing LDAP syncing configuration. +* An API for account management, including creating an account, listing existing accounts, creating a team within an organization, listing teams in an organization, getting a specific team, listing members of a team, adding and removing members from a team (if using a managed whitelist), or editing LDAP syncing configuration. * Methods for syncing members of a team in DTR with an LDAP group filter configured by an admin.