diff --git a/docs/_docs/containers-overview.md b/docs/_docs/containers-overview.md
index 335020541e..ac8622ac9d 100755
--- a/docs/_docs/containers-overview.md
+++ b/docs/_docs/containers-overview.md
@@ -15,28 +15,28 @@ It is highly recommended that you use Texture's nodes within a node container. T
UIKit Equivalent |
- `ASCollectionNode` |
- in place of UIKit's `UICollectionView` |
+ ASCollectionNode |
+ in place of UIKit's UICollectionView |
- `ASPagerNode` |
- in place of UIKit's `UIPageViewController` |
+ ASPagerNode |
+ in place of UIKit's UIPageViewController |
- `ASTableNode` |
- in place of UIKit's `UITableView` |
+ ASTableNode |
+ in place of UIKit's UITableView |
- `ASViewController` |
- in place of UIKit's `UIViewController` |
+ ASViewController |
+ in place of UIKit's UIViewController |
- `ASNavigationController` |
- in place of UIKit's `UINavigationController`. Implements the `ASVisibility` protocol. |
+ ASNavigationController |
+ in place of UIKit's UINavigationController . Implements the ASVisibility protocol. |
- `ASTabBarController` |
- in place of UIKit's `UITabBarController`. Implements the `ASVisibility` protocol. |
+ ASTabBarController |
+ in place of UIKit's UITabBarController . Implements the ASVisibility protocol. |