From ea883b30a51b46de0ccc9905c35130d75039ba5c Mon Sep 17 00:00:00 2001 From: Derek Damron Date: Sun, 6 Dec 2015 14:38:59 -0800 Subject: [PATCH] Update index.md Fixing a couple of spelling and grammatical errors. --- doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.md b/doc/index.md index 40b7c5192..2329c9677 100644 --- a/doc/index.md +++ b/doc/index.md @@ -11,7 +11,7 @@ This document is hosted at http://xgboost.readthedocs.org/. You can also browse How to Get Started ------------------ The best way to get started to learn xgboost is by the examples. There are three types of examples you can find in xgboost. -* [Tutorials](#tutorials) are self-conatained tutorials on a complete data science tasks. +* [Tutorials](#tutorials) are self-contained tutorials on complete data science tasks. * [XGBoost Code Examples](../demo/) are collections of code and benchmarks of xgboost. - There is a walkthrough section in this to walk you through specific API features. * [Highlight Solutions](#highlight-solutions) are presentations using xgboost to solve real world problems.