From 84c3093ca010bf0546952217fba19e37864e7811 Mon Sep 17 00:00:00 2001 From: Upasana Sinha <42410636+Usinha31@users.noreply.github.com> Date: Fri, 8 Mar 2019 05:01:43 +0530 Subject: [PATCH] Fixed minor spelling mistake (#31848) Replaced 'uses' with 'used' on line 56. --- guide/english/bootstrap/navigation-bar/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/bootstrap/navigation-bar/index.md b/guide/english/bootstrap/navigation-bar/index.md index 95800f4d37..fddef06414 100644 --- a/guide/english/bootstrap/navigation-bar/index.md +++ b/guide/english/bootstrap/navigation-bar/index.md @@ -53,7 +53,7 @@ You can add buttons on the navbar. The existing Bootstrap Button classes work ho ``` #### Adding forms to the navbar -You can also add forms to the navbar. This could be uses for tasks such as a search field, quick login field, etc. +You can also add forms to the navbar. This could be used for tasks such as a search field, quick login field, etc. ```html