diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt index babd9b3894..396e8e4206 100644 --- a/Documentation/dev-plugins.txt +++ b/Documentation/dev-plugins.txt @@ -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: