diff --git a/content/cheat-sheet/_index.html b/content/cheat-sheet/_index.html
index 9703b99adf..1fdd4943bb 100644
--- a/content/cheat-sheet/_index.html
+++ b/content/cheat-sheet/_index.html
@@ -510,7 +510,7 @@
Combine with squash merge:
C [label="C", pos="2,1!"];
D [label="D", color="#f14e32", pos="2,0!"];
E [label="E", color="#f14e32", pos="3,0!"];
- S [label="D′\nE′", color="#f14e32", pos="3,1!", width=0.6, height=0.8];
+ S [label="D\nE", color="#f14e32", pos="3,1!", width=0.6, height=0.9];
main_label [label="main", shape=plaintext, pos="5,1!", fixedsize=false];
main_label -> S [dir=forward];