diff --git a/docs/photos-and-videos.md b/docs/photos-and-videos.md index 2c779cf3c..0afa81193 100644 --- a/docs/photos-and-videos.md +++ b/docs/photos-and-videos.md @@ -161,7 +161,7 @@ Environment.setScreen( ); ``` -You can also combine these techniques to create a video in the runtime, and layer play it from your React application. +You can also combine these techniques to create a video in the runtime, and later play it from your React application. ```js // in client.js