From a30d32776e2f3e9b94e986bc5b1ccfb95b9f49c5 Mon Sep 17 00:00:00 2001
From: Eugene Burmako <xeno.by@gmail.com>
Date: Fri, 4 Apr 2014 14:11:27 +0200
Subject: [PATCH] minor typo. thanks Travis!

---
 overviews/macros/typeproviders.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/overviews/macros/typeproviders.md b/overviews/macros/typeproviders.md
index 4655a913aa..d062774091 100644
--- a/overviews/macros/typeproviders.md
+++ b/overviews/macros/typeproviders.md
@@ -12,7 +12,7 @@ languages: [ja]
 
 **Eugene Burmako**
 
-Type providers aren't implemented as a dedicated macro flavor, but can rather built on top of the functionality
+Type providers aren't implemented as a dedicated macro flavor, but are rather built on top of the functionality
 that Scala macros already provide.
 
 There are two strategies of emulating type providers: one based on structural types (referred to as "anonymous type providers")