Skip to content

Commit 642360e

Browse files
committed
Merge pull request WP-API#13 from lchski/patch-1
Fix Markdown syntax error. Fixes WP-API#13.
2 parents 7a393d1 + 21c6585 commit 642360e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Any permissions requested that are not available to the current user will cause
283283
an error to be returned to the client. Note that for permissions like `edit`,
284284
users without the `upload_files` capability (e.g.) will **not** cause an error,
285285
as the permission encompasses other capabilities. A user without the `edit_*`
286-
capability **will* cause an error, however.
286+
capability **will** cause an error, however.
287287

288288
[RFC5849]: http://tools.ietf.org/html/rfc5849
289289
[oauth-request]: http://tools.ietf.org/html/rfc5849#section-2.1

0 commit comments

Comments
 (0)