diff --git a/blade.md b/blade.md
index 0078bcd5ac..42d052cdb6 100644
--- a/blade.md
+++ b/blade.md
@@ -10,7 +10,7 @@
- [Loops](#loops)
- [The Loop Variable](#the-loop-variable)
- [Conditional Classes](#conditional-classes)
- - [Attributes Checking](#attributes-checking)
+ - [Additional Attributes](#additional-attributes)
- [Including Subviews](#including-subviews)
- [The `@once` Directive](#the-once-directive)
- [Raw PHP](#raw-php)
@@ -437,8 +437,8 @@ The `@class` directive conditionally compiles a CSS class string. The directive
```
-
-### Attributes Checking
+
+### Additional Attributes
For convenience, you may use the `@checked` directive to easily indicate if a given HTML checkbox input is "checked". This directive will echo `checked` if the provided condition evaluates to `true`: