From c4236548c0c587c368bf6e3bd9358c948b82c333 Mon Sep 17 00:00:00 2001 From: Bikram Sutar <38653376+theBstar@users.noreply.github.com> Date: Sat, 2 May 2020 23:27:00 +0530 Subject: [PATCH] Fixed typo Fixed a typo on the documentation page photos-and-videos --- docs/photos-and-videos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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