From 135f0e300f0039d7031b9f782c96b9f4fe6dc43e Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Thu, 31 May 2018 13:33:34 -0400 Subject: [PATCH] Small typo --- views/embed/stream.njk | 2 +- views/login.njk | 2 +- views/templates/account.njk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/views/embed/stream.njk b/views/embed/stream.njk index c9504b3d0..9b237b5c2 100644 --- a/views/embed/stream.njk +++ b/views/embed/stream.njk @@ -6,7 +6,7 @@ -{# Custom CSS is included after the CSS block so that it's overrides will apply #} +{# Custom CSS is included after the CSS block so that its overrides will apply #} {% include "partials/custom-css.njk" %} {% endblock %} diff --git a/views/login.njk b/views/login.njk index 55e4ef45b..7198dbdff 100644 --- a/views/login.njk +++ b/views/login.njk @@ -5,7 +5,7 @@ {% block css %} -{# Custom CSS is included after the CSS block so that it's overrides will apply #} +{# Custom CSS is included after the CSS block so that its overrides will apply #} {% include "partials/custom-css.njk" %} {% endblock %} diff --git a/views/templates/account.njk b/views/templates/account.njk index 0ff558c9d..bcda22a67 100644 --- a/views/templates/account.njk +++ b/views/templates/account.njk @@ -4,6 +4,6 @@ -{# Custom CSS is included after the CSS block so that it's overrides will apply #} +{# Custom CSS is included after the CSS block so that its overrides will apply #} {% include "partials/custom-css.njk" %} {% endblock %}