diff --git a/guide/english/bootstrap/navigation-bar/index.md b/guide/english/bootstrap/navigation-bar/index.md
index c2d7ce25b8..903dfabd14 100644
--- a/guide/english/bootstrap/navigation-bar/index.md
+++ b/guide/english/bootstrap/navigation-bar/index.md
@@ -52,6 +52,24 @@ You can add buttons on the navbar. The existing Bootstrap Button classes work ho
```
+#### Adding brand logo or name to the navbar
+The `navbar-brand` class can be applied to most elements, but an anchor works best as some elements might require utility classes or custom styles.
+
+```html
+
+
+```
+
+```html
+
+
+```
+
+
#### Adding forms to the navbar
You can also add forms to the navbar. This could be used for tasks such as a search field, quick login field, etc.
```html
@@ -170,4 +188,4 @@ Navbar Inverse:
```
#### More Information:
-[BootStrap navbar documentation](https://getbootstrap.com/docs/4.0/components/navbar/)
+[Bootstrap navbar documentation](https://getbootstrap.com/docs/4.0/components/navbar/)