diff --git a/SearchEndpoint/SearchEndpointFactory.php b/SearchEndpoint/SearchEndpointFactory.php
index 1340ab67d3424f91913c23ac914edee17f048dcc..f6937eb29411ec1745d3cb80b07a54b33f1b63be 100644
--- a/SearchEndpoint/SearchEndpointFactory.php
+++ b/SearchEndpoint/SearchEndpointFactory.php
@@ -37,7 +37,7 @@ class SearchEndpointFactory
      * @return SearchEndpointInterface
      *
      * @throws \RuntimeException Endpoint does not exist.
-     * @throws \DomainException  Endpoint is not implementing SearchEndpointInterface
+     * @throws \DomainException  Endpoint is not implementing SearchEndpointInterface.
      */
     public static function get($type)
     {