Fixed minor spelling mistake (#31848)

Replaced 'uses' with 'used' on line 56.
This commit is contained in:
Upasana Sinha
2019-03-08 05:01:43 +05:30
committed by Randell Dawson
parent 48eaeb953e
commit 84c3093ca0

View File

@ -53,7 +53,7 @@ You can add buttons on the navbar. The existing Bootstrap Button classes work ho
``` ```
#### Adding forms to the navbar #### 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 ```html
<form class="navbar-form navbar-right"> <form class="navbar-form navbar-right">
<div class="form-group"> <div class="form-group">