From 56c39e76d2b60939bc49a77eb67dfda5c3e5970e Mon Sep 17 00:00:00 2001 From: SADIK KUZU Date: Mon, 3 Jun 2019 11:59:56 +0300 Subject: [PATCH] Fix typo from 'Github' to 'GitHub' (#7691) Merge pull request 7691 --- docs/_docs/ruby-101.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/ruby-101.md b/docs/_docs/ruby-101.md index 85c1cc11..f3ec778b 100644 --- a/docs/_docs/ruby-101.md +++ b/docs/_docs/ruby-101.md @@ -12,7 +12,7 @@ A gem is code you can include in Ruby projects. It allows you to package up func * Converting a Ruby object to JSON * Pagination -* Interacting with APIs such as Github +* Interacting with APIs such as GitHub * Jekyll itself is a gem as well as many Jekyll plugins including [jekyll-feed](https://github.com/jekyll/jekyll-feed), [jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag) and