diff --git a/source/_integrations/light.markdown b/source/_integrations/light.markdown
index 84b250981a0..4d74e81a0c3 100644
--- a/source/_integrations/light.markdown
+++ b/source/_integrations/light.markdown
@@ -26,7 +26,7 @@ The `.default` suffix should be added to the entity identifier of each light to
-If a light entity is in the `on` state, the default profile brightness and will only be applied if it is called in the service call data attribute `profile`, like any other named profile. The transition attribute will be applied for all `light.turn_on`, `light.toggle` and `light.turn_off` service calls, unless specified otherwise in the service call data.
+If a light entity is in the `on` state, the default profile brightness will only be applied if it is called in the service call data attribute `profile`, like any other named profile. The transition attribute will be applied for all `light.turn_on`, `light.toggle` and `light.turn_off` service calls, unless specified otherwise in the service call data.