From 7c24c4512c9fb58c9e4b6e4ad93cc938efce6588 Mon Sep 17 00:00:00 2001 From: R Huish Date: Mon, 27 Feb 2017 22:00:02 +0000 Subject: [PATCH] Corrected Typo (#2166) --- source/_cookbook/githubbackup.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_cookbook/githubbackup.markdown b/source/_cookbook/githubbackup.markdown index 832f456faa1..5b46bdfa9d7 100644 --- a/source/_cookbook/githubbackup.markdown +++ b/source/_cookbook/githubbackup.markdown @@ -147,7 +147,7 @@ Every time you run this script, you will be prompted for a comment to describe t ### {% linkable_title Step 7: Configuration file testing %} -[Travis CI](https://travis-ci.org) is a continuous intigration testing system that runs every time the code in your repository is updated and allows you to validate that your code works on a fresh install. +[Travis CI](https://travis-ci.org) is a continuous integration testing system that runs every time the code in your repository is updated and allows you to validate that your code works on a fresh install. - [Authorise Travis CI](https://travis-ci.org/auth) to have access to your github repos. - Create the build script that travis will run to test your repo.