Merge pull request #3511 from berkeyvx:typo

PiperOrigin-RevId: 390467627
diff --git a/docs/gmock_cook_book.md b/docs/gmock_cook_book.md
index c08958e..900bcd1 100644
--- a/docs/gmock_cook_book.md
+++ b/docs/gmock_cook_book.md
@@ -1754,7 +1754,7 @@
        |
   A ---|
        |
-        +---> C ---> D
+       +---> C ---> D
 ```
 
 This means that A must occur before B and C, and C must occur before D. There's