Corrected a handful of documentation typos.
This commit is contained in:
parent
1dc9b97a5e
commit
df1236412b
4 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
libdir = File.expand_path(File.dirname(__FILE__))
|
||||
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)
|
||||
|
||||
# Require thor since that's what the who CLI is built around
|
||||
# Require Thor since that's what the whole CLI is built around
|
||||
require 'thor'
|
||||
require 'thor/group'
|
||||
|
||||
|
@ -11,7 +11,7 @@ module Middleman
|
|||
|
||||
module Cli
|
||||
|
||||
# The base task from which everything else etends
|
||||
# The base task from which everything else extends
|
||||
class Base < Thor
|
||||
class << self
|
||||
def start(*args)
|
||||
|
@ -91,4 +91,4 @@ require 'middleman-cli/bundler'
|
|||
require 'middleman-cli/extension'
|
||||
require 'middleman-cli/server'
|
||||
require 'middleman-cli/build'
|
||||
require 'middleman-cli/console'
|
||||
require 'middleman-cli/console'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue