diff --git a/src/directives/toggle/README.md b/src/directives/toggle/README.md index a639933fec2..92aa0c87eac 100644 --- a/src/directives/toggle/README.md +++ b/src/directives/toggle/README.md @@ -16,7 +16,7 @@ details and caveats. ## Directive syntax and usage -The directive is applied to the element or component that triggers the visibility of hte target. The +The directive is applied to the element or component that triggers the visibility of the target. The target component can be specified (via its ID) as either a directive modifier(s), the directive argument, or as a string/array passed to as the directive value: @@ -34,7 +34,7 @@ argument, or as a string/array passed to as the directive value: Modifiers, argument, and the value can be used at the same time when targeting multiple components. -### Example usage +**Example usage:** ```html