diff --git a/content/en/resources/platform-sorting.md b/content/en/resources/platform-sorting.md index a4aea044d..768b43374 100644 --- a/content/en/resources/platform-sorting.md +++ b/content/en/resources/platform-sorting.md @@ -8,7 +8,7 @@ description: >- --- -Some elements provided by Beagle will function in some platforms better than in others, for example, the [**ScrollView**]({{< ref path="/api/components/layout/scrollview" lang="en" >}}) works in mobile when you need to scroll on content but it won't be used for web, since browsers already have this functionality. +Some elements provided by Beagle will function in some platforms better than in others, for example, the [**ScrollView**]({{< ref path="/api/components/layout/scrollview" lang="en" >}}) works in mobile when you need to scroll on content but it wont be used for web, since brownsers already have this functionality. In order to filter some componentes, Beagle has a **platform specification** functionality called **canalization**, so it will be able to control which elements are sent by the BFF and select which platforms it will be sent to.