From 88178e376e6b352dedfe6b98b05c034e3158c94a Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 2 Feb 2015 17:26:58 +0000 Subject: [PATCH] Oops, before is *more* important. --- drafts/push_csapi.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drafts/push_csapi.rst b/drafts/push_csapi.rst index 1c99a8595..115b92161 100644 --- a/drafts/push_csapi.rst +++ b/drafts/push_csapi.rst @@ -173,9 +173,8 @@ When adding rules of a type that has an ordering, the client can add parameters that define the priority of the rule: before - Use 'before' with a rule_id as its value to make the new rule the next-less + Use 'before' with a rule_id as its value to make the new rule the next-more important rule with respect to the given rule. after - This makes the new rule the next-most important rule relative to the given + This makes the new rule the next-less important rule relative to the given rule. -