From 034debede68b091bb97bd587fe5db64e074f604b Mon Sep 17 00:00:00 2001 From: Jamison Lofthouse Date: Fri, 12 Jun 2015 13:46:36 -0700 Subject: [PATCH] Fix typo in Spaces documentation Summary: Fixed typo of the word "policy" Test Plan: Google: "define policy" and see spelling Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Projects: #spaces Differential Revision: https://secure.phabricator.com/D13263 --- src/docs/user/userguide/spaces.diviner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/user/userguide/spaces.diviner b/src/docs/user/userguide/spaces.diviner index 907e079736..230fa2ddc5 100644 --- a/src/docs/user/userguide/spaces.diviner +++ b/src/docs/user/userguide/spaces.diviner @@ -97,7 +97,7 @@ Even if a user satisfies the view policy for a space, they must still pass the view policy on the object: the space check is a new check in addition to any check on the object, and can only limit access. -The edit poilcy for a space only affects the Space itself, and is not applied +The edit policy for a space only affects the Space itself, and is not applied to objects inside the space.