diff --git a/source/documentation/explicit-buffer-handling.html.md b/source/documentation/explicit-buffer-handling.html.md
index e6655352a0d92cd435b85f923c1c851c7389c052..057152d56b5b48cc3c09ed641882138b2ec00396 100644
--- a/source/documentation/explicit-buffer-handling.html.md
+++ b/source/documentation/explicit-buffer-handling.html.md
@@ -1,5 +1,5 @@
 ---
-title: ExplicitBufferHandling
+title: Explicit Buffer Handling
 description: How to minimize buffer transfers. 
 ---
 
@@ -261,4 +261,4 @@ Kernel kernel = new Kernel(){
 };
 
 kernel.execute(HUGE, 1000);
-```
\ No newline at end of file
+```