Merge "Minor tidy-up in plugin documentation"

This commit is contained in:
Shawn Pearce
2013-09-24 06:15:04 +00:00
committed by Gerrit Code Review

View File

@@ -683,7 +683,7 @@ can be accessed from any REST client, i. e.:
"Bonjour François from change 1, patch set 1!"
====
Special case is to bind an endpoint without view name. This is
A special case is to bind an endpoint without a view name. This is
particularly useful for DELETE requests:
[source,java]
@@ -702,8 +702,9 @@ public class Module extends AbstractModule {
}
----
For an `UiAction` bound this way JS API function can be provided.
Currently only one restriction exists: per plugin only one UiAction
For a `UiAction` bound this way, a JS API function can be provided.
Currently only one restriction exists: per plugin only one `UiAction`
can be bound per resource without view name. To define a JS function
for the `UiAction`, "/" must be used as the name: