Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Component / Plugin / Mapper / MapperInterface.php
index c81aacc7a684d677f79b9bb2e2ea05c2d82bbe17..9b01a374a50708efe2ba2e36e26048bb96bae70e 100644 (file)
@@ -22,7 +22,7 @@ interface MapperInterface {
    *
    * @return object|false
    *   A fully configured plugin instance. The interface of the plugin instance
-   *   will depends on the plugin type. If no instance can be retrieved, FALSE
+   *   will depend on the plugin type. If no instance can be retrieved, FALSE
    *   will be returned.
    */
   public function getInstance(array $options);