From 09f3c97023a73faee686d621c97d0790c7e77176 Mon Sep 17 00:00:00 2001 From: britcey Date: Wed, 3 Apr 2013 17:45:04 -0300 Subject: [PATCH] fixed typo --- docs/api_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api_guide.md b/docs/api_guide.md index 89a9840c57..cc282929c5 100644 --- a/docs/api_guide.md +++ b/docs/api_guide.md @@ -44,7 +44,7 @@ Create Users and Organizations * Confirm your super user account at /api/v1/me/ * Create some organizations at /api/v1/organizations/ * Create some users by posting to /api/v1/organizations/X/users/ - * Add some users to be admins of those organizations by posting to /api/v1/organizatoins/X/admins/ + * Add some users to be admins of those organizations by posting to /api/v1/organizations/X/admins/ * At this point, use your org admin account, instead of your superuser account, if you wish Build Out Inventory