diff --git a/src/Middleware/Routable/RedirectMiddleware.php b/src/Middleware/Routable/RedirectMiddleware.php index 104acd44..85b42eb6 100644 --- a/src/Middleware/Routable/RedirectMiddleware.php +++ b/src/Middleware/Routable/RedirectMiddleware.php @@ -77,7 +77,7 @@ class RedirectMiddleware implements MiddlewareInterface $this->visitTracker->track($shortCode); // Return a redirect response to the long URL. - // Use a temporary redirect to make sure browsers aleways hit the server for analytics purposes + // Use a temporary redirect to make sure browsers always hit the server for analytics purposes return new RedirectResponse($longUrl); } catch (\Exception $e) { // In case of error, dispatch 404 error diff --git a/templates/layout/default.html.twig b/templates/layout/default.html.twig index 7c29df7a..aaec0aab 100644 --- a/templates/layout/default.html.twig +++ b/templates/layout/default.html.twig @@ -27,7 +27,7 @@
{% block footer %}

- © {{ "now" | date("Y") }} by Alejandro Celaya. + © {{ "now" | date("Y") }} by Alejandro Celaya.

{% endblock %}