Update README.md

Fix typo
This commit is contained in:
Krishna Biradar 2020-08-20 22:43:42 +05:30 committed by GitHub
parent 02c529efe4
commit a738664dcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,7 +199,7 @@ vim-airline also supplies some supplementary stand-alone extensions. In additio
![image](https://f.cloud.github.com/assets/306502/962401/2a75385e-04ef-11e3-935c-e3b9f0e954cc.png)
### statusline on top
The statusline can alternatively by drawn on top, making room for other plugins to use the statusline:
The statusline can alternatively be drawn on top, making room for other plugins to use the statusline:
The example shows a custom statusline setting, that imitates Vims default statusline, while allowing
to call custom functions. Use `:let g:airline_statusline_ontop=1` to enable it.