Skip to content

Commit

Permalink
Merge pull request #787 from scrollytelling/creating_file_types-typos
Browse files Browse the repository at this point in the history
fix small typos
  • Loading branch information
tf authored Jun 12, 2017
2 parents 021972d + 776edd1 commit 60713f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/creating_file_types.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Creating File Types

Pageflow lets page types define new types of files to be managed in
the editor. All editor featues available for the built in image, video
the editor. All editor features available for the built in image, video
and audio files can also be used for new types of files.

The code in the following example is taken from the
Expand Down Expand Up @@ -37,7 +37,7 @@ model.
end
end

Next, inside your page type, overrie the `file_types` method and
Next, inside your page type, override the `file_types` method and
return an array containing a `Pageflow::FileType` object that points
to your model class. This tells Pageflow to enable the new file type
whenever the page type is registered in a Pageflow application.
Expand Down

0 comments on commit 60713f6

Please sign in to comment.