diff --git a/src/Plugin/WebformHandlerBase.php b/src/Plugin/WebformHandlerBase.php
index 3985097..5db79cd 100644
--- a/src/Plugin/WebformHandlerBase.php
+++ b/src/Plugin/WebformHandlerBase.php
@@ -23,7 +23,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
 abstract class WebformHandlerBase extends PluginBase implements WebformHandlerInterface {
 
   /**
-   * The webform .
+   * The webform.
    *
    * @var \Drupal\webform\WebformInterface
    */
diff --git a/src/WebformLibrariesManagerInterface.php b/src/WebformLibrariesManagerInterface.php
index b0d3071..f4ab14e 100644
--- a/src/WebformLibrariesManagerInterface.php
+++ b/src/WebformLibrariesManagerInterface.php
@@ -41,7 +41,7 @@ interface WebformLibrariesManagerInterface {
    * Get excluded libraries.
    *
    * @return array
-   *   A keyey array of excluded libraries.
+   *   A key array of excluded libraries.
    */
   public function getExcludedLibraries();
 
