From 71c36ec388cb27568e1b7f76035360e11a8bbab1 Mon Sep 17 00:00:00 2001
From: ncguk <ncguk@users.noreply.github.com>
Date: Thu, 15 Dec 2016 13:20:42 +0000
Subject: [PATCH] Fix two typos

Changed 'containts' to 'contains' and 'Continuos' to 'Continuous'.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0f63a60e..fca8a216 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Arduino Core for SAMD21 CPU
 
-This repository containts the source code and configuration files of the Arduino Core
+This repository contains the source code and configuration files of the Arduino Core
 for Atmel's SAMD21 processor (used on the Arduino/Genuino Zero, MKR1000 and MKRZero boards).
 
 ## Installation on Arduino IDE
@@ -32,7 +32,7 @@ Pull Request on github.
 
 ## Hourly builds
 
-This repository is under a Continuos Integration system that every hour checks if there are updates and
+This repository is under a Continuous Integration system that every hour checks if there are updates and
 builds a release for testing (the so called "Hourly builds").
 
 The hourly builds are available through Boards Manager. If you want to install them:
-- 
GitLab