From 50503046d202626bed8c89f3531fa6ca071d7a10 Mon Sep 17 00:00:00 2001
From: Patrick Marsceill <patrick.marsceill@gmail.com>
Date: Fri, 9 Jun 2017 10:23:13 -0400
Subject: [PATCH] typo

---
 just-the-docs.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/just-the-docs.gemspec b/just-the-docs.gemspec
index 8a52f42c..861de722 100644
--- a/just-the-docs.gemspec
+++ b/just-the-docs.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
   spec.license       = "MIT"
 
   spec.files         = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|bin|lib|_layouts|_includes|_sass|LICENSE|README)}i) }
-  spec.executibles   << 'just-the-docs'
+  spec.executables   << 'just-the-docs'
 
   spec.add_runtime_dependency "jekyll", "~> 3.3"
 
-- 
GitLab