From 7215c44146024a9471749a7144e42611da3a935f Mon Sep 17 00:00:00 2001 From: TJ Date: Sat, 6 Sep 2014 13:53:49 -0400 Subject: [PATCH] Fixed "bellow" typo Changed "bellow" to "below" --- site/_docs/datafiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/datafiles.md b/site/_docs/datafiles.md index e333bdb9..6fea3f3d 100644 --- a/site/_docs/datafiles.md +++ b/site/_docs/datafiles.md @@ -65,7 +65,7 @@ You can now render the list of members in a template: ## Example: Organizations -Data files can also be placed in sub-folders of the `_data` folder. Each folder level will be added to a variable's namespace. The example bellow shows how GitHub organizations could be defined separately in a file under the `orgs` folder: +Data files can also be placed in sub-folders of the `_data` folder. Each folder level will be added to a variable's namespace. The example below shows how GitHub organizations could be defined separately in a file under the `orgs` folder: In `_data/orgs/jekyll.yml`: