diff --git a/proposals/2010-spoilers.md b/proposals/2010-spoilers.md
index 7b1280783..df7fd6c1f 100644
--- a/proposals/2010-spoilers.md
+++ b/proposals/2010-spoilers.md
@@ -32,8 +32,8 @@ Without reason:
{
"msgtype": "m.text",
"format": "org.matrix.custom.html",
- "body": "Hello there, the movie was (Spoiler: awesome)",
- "formatted_body": "Hello there, the movie was [Spoiler](mxc://someserver/somefile)"
+ "body": "Hello there, the movie was [spoiler](mxc://someserver/somefile)",
+ "formatted_body": "Hello there, the movie was awesome"
}
```
With reason:
@@ -41,8 +41,8 @@ With reason:
{
"msgtype": "m.text",
"format": "org.matrix.custom.html",
- "body": "Hey (Spoiler for movie: the movie was awesome)",
- "formatted_body": "Hey [Spoiler for movie](mxc://someserver/somefile)"
+ "body": "Hey [Spoiler for movie](mxc://someserver/somefile)",
+ "formatted_body": "Hey the movie was awesome"
}
```