Skip to content

Commit 4255e9b

Browse files
committed
fix typos
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 32e5261 commit 4255e9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/adminguide/extensions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ In addition to standard instance operations, extensions support custom actions.
6565

6666
Description, allowed role types, parameters, success/error messages, configuration details, timeout can be defined during creation or update.
6767
Alowed role types can be one or more of Admin, Resource Admin, Domain Admin, User.
68-
Success and error messages will be used and returned during action execution. They allow string expansion and the following can be used to customise messgaes:
68+
Success and error messages will be used and returned during action execution. They allow string expansion and the following can be used to customise messages:
6969

7070
- {{actionName}} for showing name of the action
7171
- {{extensionName}} for showing name of the extension
72-
- {{resourceName}} for showing name of the resource.
72+
- {{resourceName}} for showing name of the resource
7373

7474
An example usage can be - "Successfully completed {{actionName}} for {{resourceName}} using {{extensionName}}".
7575
Configuration details can be key-value pairs which will be passed to the extension entry-point during action execution.

0 commit comments

Comments
 (0)