Skip to content

Commit 6e88296

Browse files
committed
prefix -> suffix typo fix.
1 parent 072f6fb commit 6e88296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ the ACL resource in the above example would be `/docs/.acl`).
119119
Clients MUST NOT assume that the location of an ACL resource can be
120120
deterministically derived from a document's URL. For example, given a document
121121
with a URL of `/docs/file1`, clients cannot rely on the assumption that an ACL
122-
resource exists at `/docs/file1.acl`, simply using `.acl` as a prefix. The
122+
resource exists at `/docs/file1.acl`, simply using `.acl` as a suffix. The
123123
actual naming convention for ACL resources can differ for each individual
124124
implementation (or even for each individual server). If one server locates the
125125
ACL resource by appending the suffix `.acl`, another server could place the ACL

0 commit comments

Comments
 (0)