lib/webby/resources/partial.rb in webby-0.8.2 vs lib/webby/resources/partial.rb in webby-0.8.3
- old
+ new
@@ -1,17 +1,15 @@
-# $Id: partial.rb 167 2008-02-24 00:59:54Z tim_pease $
-
require Webby.libpath(*%w[webby resources resource])
module Webby::Resources
# A Partial is a file in the content folder whose filename starts with an
# underscore "_" character. Partials contain text that can be included into
# other pages. Partials are not standalone pages, and they will never
# correspond directly to an output file.
#
# Partials can contain YAML meta-data at the top of the file. This
-# information is only used to determin the filters to apply to the
+# information is only used to determine the filters to apply to the
# partial. If there is no meta-data, then the partial text is used "as is"
# without any processing by the Webby rendering engine.
#
class Partial < Resource