./lib/animoto/support/standard_envelope.rb in animoto-1.5.1 vs ./lib/animoto/support/standard_envelope.rb in animoto-1.5.2
- old
+ new
@@ -1,10 +1,10 @@
module Animoto
module Support
module StandardEnvelope
- # When included into a class, also extends ClassMethods, inludes InstanceMethods, and
+ # When included into a class, also extends ClassMethods, includes InstanceMethods, and
# includes Support::ContentType
#
# @param [Module] base the module this is being included into
# @return [void]
def self.included base
@@ -113,6 +113,6 @@
}
end
end
end
end
-end
\ No newline at end of file
+end