From ecbe2933ef2ccdb69bbd7450cd480fd3a4643f5c Mon Sep 17 00:00:00 2001
From: Bazilio <x.bazilio@gmail.com>
Date: Fri, 25 Jul 2014 14:35:14 +0400
Subject: [PATCH] Update start-databases.md

double word "from"
---
 docs/guide/start-databases.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/guide/start-databases.md b/docs/guide/start-databases.md
index 4906df2..e7a2a79 100644
--- a/docs/guide/start-databases.md
+++ b/docs/guide/start-databases.md
@@ -2,7 +2,7 @@ Working with Databases
 ======================
 
 This section will describe how to create a new page that displays country data fetched from
-from a database table named `country`. To achieve this goal, you will configure a database connection,
+a database table named `country`. To achieve this goal, you will configure a database connection,
 create an [Active Record](db-active-record.md) class, and define an [action](structure-controllers.md),
 and create a [view](structure-views.md).
 
--
libgit2 0.27.1