diff --git a/aio/content/guide/view-encapsulation.md b/aio/content/guide/view-encapsulation.md
index 1f86e96054..e0dba19ad5 100644
--- a/aio/content/guide/view-encapsulation.md
+++ b/aio/content/guide/view-encapsulation.md
@@ -22,7 +22,7 @@ Choose from the following modes:
The scoping rules, isolations, and protections discussed earlier don't apply.
This is essentially the same as pasting the component's styles into the HTML.
-To set the components encapsulation mode, use the `encapsulation` property in the component metadata:
+To set the component's encapsulation mode, use the `encapsulation` property in the component metadata: