diff --git a/content/Graphics/Resources/GraphicsPipeline/_index.md b/content/Graphics/Resources/GraphicsPipeline/_index.md
index b7216bf..0747f77 100644
--- a/content/Graphics/Resources/GraphicsPipeline/_index.md
+++ b/content/Graphics/Resources/GraphicsPipeline/_index.md
@@ -18,6 +18,6 @@ A graphics pipeline needs the following information in order to generate:
 * Primitive Type
 * Vertex Input State
 * Viewport State
-* Render Pass
+* Attachment Info
 
 Whew, that's a lot! Let's break it down one thing at a time.