From 1d0e9c39c5cc759c54687d28be0350e3947cec03 Mon Sep 17 00:00:00 2001 From: Alex <56329333+404-Program-not-found@users.noreply.github.com> Date: Thu, 12 Jan 2023 19:50:04 +1300 Subject: [PATCH] Fix supported platforms table in javascript.md --- docs/getting_started/javascript.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/getting_started/javascript.md b/docs/getting_started/javascript.md index f56abcd6e..75fa0dcee 100644 --- a/docs/getting_started/javascript.md +++ b/docs/getting_started/javascript.md @@ -31,13 +31,11 @@ snippets. ### Supported plaforms: -| Browser | Platform | Notes | -| ------- | ----------------------- | -------------------------------------- | -| Chrome | Android / Windows / Mac | Pixel 4 and older unsupported. Fuschia | -| | | unsupported. | -| Chrome | iOS | Camera unavailable in Chrome on iOS. | -| Safari | iPad/iPhone/Mac | iOS and Safari on iPad / iPhone / | -| | | MacBook | +| Browser | Platform | Notes | +|---------|-------------------------|-----------------------------------------------------| +| Chrome | Android / Windows / Mac | Pixel 4 and older unsupported. Fuschia unsupported. | +| Chrome | iOS | Camera unavailable in Chrome on iOS. | +| Safari | iPad/iPhone/Mac | iOS and Safari on iPad / iPhone / MacBook | The quickest way to get acclimated is to look at the examples above. Each demo has a link to a [CodePen][codepen] so that you can edit the code and try it