Fix misspellings of the word bellow in READMEs

This commit is contained in:
Rory O’Kane 2013-03-08 23:35:22 -05:00 committed by Sorin Ionescu
parent 3c5363ef9b
commit f431af790b
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ including a function that displays help or a function used to preview it.
**Do not call this function directly.**
The most basic example of this function can be seen bellow.
The most basic example of this function can be seen below.
function prompt_name_setup {
PROMPT='%m%# '

View File

@ -38,7 +38,7 @@ small as possible and should only define environment variables.
### zprofile
This file is similar to zlogin, but it is sourced before zshrc. It was added
for [KornShell][1] fans. See the description of zlogin bellow for what it may
for [KornShell][1] fans. See the description of zlogin below for what it may
contain.
zprofile and zlogin are not meant to be used concurrently but can be done so.