Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / book / src / BookOutlineStorageInterface.php
index daaf92d4cf829c7f4266680575af644bc889e1bb..c09c52afe6fa76805cedeed4086a22ab3e65b3f0 100644 (file)
@@ -69,7 +69,7 @@ interface BookOutlineStorageInterface {
   public function delete($nid);
 
   /**
-   * Loads book's children using it's parent ID.
+   * Loads book's children using its parent ID.
    *
    * @param int $pid
    *   The book's parent ID.