From 144be094198e3f996befabba5f37d14e4cc31736 Mon Sep 17 00:00:00 2001 From: Sai Deepesh Date: Thu, 2 Sep 2021 17:34:28 +0530 Subject: [PATCH] change `us` to `use` --- blog/2020-05-16-web-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2020-05-16-web-support.md b/blog/2020-05-16-web-support.md index 75f8a53764b..abe8b0da548 100644 --- a/blog/2020-05-16-web-support.md +++ b/blog/2020-05-16-web-support.md @@ -101,7 +101,7 @@ It's especially important in case of the [stack navigator](/docs/stack-navigator ### Permanent drawer -Another way we can make maximum us of the available screen size is by making our UIs adapt to different screen sizes. For example, we may want to show a sidebar for navigation on large screens while switching to a drawer on smaller screens. You can now specify `drawerType` as `permanent` to show an always visible sidebar. See the [documentation for `drawerType`](/docs/drawer-navigator#drawertype) for example code on how to achieve it. +Another way we can make maximum use of the available screen size is by making our UIs adapt to different screen sizes. For example, we may want to show a sidebar for navigation on large screens while switching to a drawer on smaller screens. You can now specify `drawerType` as `permanent` to show an always visible sidebar. See the [documentation for `drawerType`](/docs/drawer-navigator#drawertype) for example code on how to achieve it.