diff --git a/documentation/migrations/remote-ui-to-remote-dom.md b/documentation/migrations/remote-ui-to-remote-dom.md
index 47e13531..e59bf4cd 100644
--- a/documentation/migrations/remote-ui-to-remote-dom.md
+++ b/documentation/migrations/remote-ui-to-remote-dom.md
@@ -292,6 +292,6 @@ function MyRemoteRenderer() {
sendReceiverToRemoteContext(receiver.connection);
}, [receiver]);
- return ;
+ return ;
}
```