Browse Source

Merge pull request #666 from kayakr/patch-2

Fix typos
pull/669/head
Rosemary Le Faive 8 years ago committed by GitHub
parent
commit
bff855dd2f
  1. 4
      islandora.api.php

4
islandora.api.php

@ -152,7 +152,7 @@ function hook_islandora_edit_object_alter(&$object, &$rendered) {
* If 'block' is set to TRUE, it will take precedence.
* Defaults to FALSE,
* - params: An associative array, only present when the action is 'modify'.
* The key value pairs repersent what values will be changed. The params
* The key value pairs represent what values will be changed. The params
* will match the same params as passed to FedoraApiM::modifyObject().
*
* @see FedoraApiM::modifyObject()
@ -203,7 +203,7 @@ function hook_cmodel_pid_islandora_object_alter(AbstractObject $object, array &$
* If 'block' is set to TRUE, it will take precedence.
* Defaults to FALSE,
* - params: An associative array, only present when the action is 'modify'.
* The key value pairs repersent what values will be changed. The params
* The key value pairs represent what values will be changed. The params
* will match the same params as passed to FedoraApiM::modifyDatastream().
*
* @see FedoraApiM::modifyDatastream()

Loading…
Cancel
Save