diff --git a/10/umbraco-cms/reference/angular/directives/umbloadindicator.md b/10/umbraco-cms/reference/angular/directives/umbloadindicator.md
index 4c64091fbe3..2efb5a69d4c 100644
--- a/10/umbraco-cms/reference/angular/directives/umbloadindicator.md
+++ b/10/umbraco-cms/reference/angular/directives/umbloadindicator.md
@@ -10,7 +10,7 @@ Many web sites and web applications use a form of load indicator to indicate a b
Umbraco internally does this via the `` directive, which you can also use in your own views for the backoffice.
-The directive doesn't have any parameters on it's own, but since you most likely only wish to show the load indicator during certain states of your code, you can control this either through `ng-if` or `ng-show`.
+The directive doesn't have any parameters on it's own. Since you most likely only wish to show the load indicator during certain states of your code, you can control this either through `ng-if` or `ng-show`.
For instance if your controller sets the `loading` variable to `true` during busy states:
diff --git a/12/umbraco-cms/reference/angular/directives/umbloadindicator.md b/12/umbraco-cms/reference/angular/directives/umbloadindicator.md
index 8042830fa5d..3d7a025aa57 100644
--- a/12/umbraco-cms/reference/angular/directives/umbloadindicator.md
+++ b/12/umbraco-cms/reference/angular/directives/umbloadindicator.md
@@ -9,7 +9,7 @@ Umbraco internally does this via the `` directive, which y
* [`` in the **API documentation**](https://apidocs.umbraco.com/v12/ui/#/api/umbraco.directives.directive:umbLoadIndicator)
* [`` source code on **GitHub**](https://github.com/umbraco/Umbraco-CMS/blob/v8/contrib/src/Umbraco.Web.UI.Client/src/common/directives/components/umbloadindicator.directive.js)
-The directive doesn't have any parameters on it's own, but since you most likely only wish to show the load indicator during certain states of your code, you can control this either through `ng-if` or `ng-show`.
+The directive doesn't have any parameters on it's own. Since you most likely only wish to show the load indicator during certain states of your code, you can control this either through `ng-if` or `ng-show`.
For instance if your controller sets the `loading` variable to `true` during busy states:
diff --git a/13/umbraco-cms/reference/angular/directives/umbloadindicator.md b/13/umbraco-cms/reference/angular/directives/umbloadindicator.md
index 8042830fa5d..3d7a025aa57 100644
--- a/13/umbraco-cms/reference/angular/directives/umbloadindicator.md
+++ b/13/umbraco-cms/reference/angular/directives/umbloadindicator.md
@@ -9,7 +9,7 @@ Umbraco internally does this via the `` directive, which y
* [`` in the **API documentation**](https://apidocs.umbraco.com/v12/ui/#/api/umbraco.directives.directive:umbLoadIndicator)
* [`` source code on **GitHub**](https://github.com/umbraco/Umbraco-CMS/blob/v8/contrib/src/Umbraco.Web.UI.Client/src/common/directives/components/umbloadindicator.directive.js)
-The directive doesn't have any parameters on it's own, but since you most likely only wish to show the load indicator during certain states of your code, you can control this either through `ng-if` or `ng-show`.
+The directive doesn't have any parameters on it's own. Since you most likely only wish to show the load indicator during certain states of your code, you can control this either through `ng-if` or `ng-show`.
For instance if your controller sets the `loading` variable to `true` during busy states: