diff --git a/container.md b/container.md
index 1a5de39735..d188025df3 100644
--- a/container.md
+++ b/container.md
@@ -272,8 +272,8 @@ public function __construct(
) {}
```
-
-#### Bind Attributes
+
+#### Bind Attribute
Laravel also provides a `Bind` attribute for added convenience. You can apply this attribute to any interface to tell Laravel which implementation should be automatically injected whenever that interface is requested. When using the `Bind` attribute, there is no need to perform any additional service registration in your application's service providers.