Skip to content

Commit

Permalink
fix a bunch of misspellings in the documentation
Browse files Browse the repository at this point in the history
I need to come up with a better way of doing this. Pod::Spell and aspell
seem to be working well, but we need to configure them properly.
  • Loading branch information
preaction committed Aug 15, 2015
1 parent 4961849 commit 7eddbf5
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lib/Statocles/App.pm
Expand Up @@ -178,7 +178,7 @@ These applications are included with the core Statocles distribution.
=item L<Statocles::Store>
=item L<Statocle::Page>
=item L<Statocles::Page>
=back
2 changes: 1 addition & 1 deletion lib/Statocles/App/Blog.pm
Expand Up @@ -628,7 +628,7 @@ subscribe to only those posts they care about.
=item *
Crosspost links to redirect users to a syndicated blog. Useful when you
Cross-post links to redirect users to a syndicated blog. Useful when you
participate in many blogs and want to drive traffic to them.
=item *
Expand Down
2 changes: 1 addition & 1 deletion lib/Statocles/Document.pm
Expand Up @@ -53,7 +53,7 @@ has content => (
The tags for this document. Tags are used to categorize documents.
Tags may be specified as an array or as a comma-seperated string of
Tags may be specified as an array or as a comma-separated string of
tags.
=cut
Expand Down
2 changes: 1 addition & 1 deletion lib/Statocles/Help.pod
Expand Up @@ -5,7 +5,7 @@

=head2 CONFIGURATION

To get started with your own Statocle site, run the C<statocles create>
To get started with your own Statocles site, run the C<statocles create>
command, or see L<the Statocles config help in
Statocles::Help::Config|Statocles::Help::Config>.

Expand Down
2 changes: 1 addition & 1 deletion lib/Statocles/Help/Config.pod
Expand Up @@ -79,7 +79,7 @@ transfer the pages to a CDN. See L<Statocles::Help::Deploy> for more information

We could set up a theme (L<Statocles::Theme|Statocles::Theme>) to change how
our site looks, but for now, we'll use the C<default> theme included with
Statocles. See L<Statocle::Help::Theme> for information on how to change and
Statocles. See L<Statocles::Help::Theme> for information on how to change and
customize your theme.

=head2 A Site
Expand Down
4 changes: 2 additions & 2 deletions lib/Statocles/Help/Content.pod
Expand Up @@ -33,7 +33,7 @@ automatically open on the newly-created document.

=head3 Create a Plain Page

To creat a plain page using L<the plain app|Statocles::App::Plain>, we just have
To create a plain page using L<the plain app|Statocles::App::Plain>, we just have
to create a new file:

### Create /page/index.html
Expand Down Expand Up @@ -183,7 +183,7 @@ the L<theme directory|Statocles::Help::Theme>.

All documents are also run through L<the template
processor|Statocles::Help::Theme/Writing-a-Template>, so we have access to
L<template helpers|Statocle::Help::Theme/Helpers>, but we can also generate our
L<template helpers|Statocles::Help::Theme/Helpers>, but we can also generate our
content from the document's frontmatter data.

---
Expand Down
2 changes: 1 addition & 1 deletion lib/Statocles/Help/Develop.pod
Expand Up @@ -65,7 +65,7 @@ Document Format">.
A L<Statocles::Store> reads and writes documents and pages. The default store
reads documents in YAML and writes pages to a file, but stores could read
documents as JSON, or from a Mongo database, and write pages to a database, or
whereever you want!
wherever you want!

=over 4

Expand Down
4 changes: 2 additions & 2 deletions lib/Statocles/Help/Setup.pod
Expand Up @@ -12,12 +12,12 @@ To use the site create command, run C<statocles create www.example.com>.
=head1 CONFIGURATION

To configure a Statocles site, see L<the Statocles config guide,
Statocle::Help::Config|Statocles::Help::Config>.
Statocles::Help::Config|Statocles::Help::Config>.

=head1 CONTENT

To begin working with the content on a Statocles site, see L<the Statocles
content guide, Statocle::Help::Content|Statocles::Help::Content>.
content guide, Statocles::Help::Content|Statocles::Help::Content>.

=head1 SEE ALSO

Expand Down
2 changes: 1 addition & 1 deletion lib/Statocles/Page.pm
Expand Up @@ -54,7 +54,7 @@ has title => (

=attr type
The MIME type of this page. By default, will use the L<path's|/path> file extention
The MIME type of this page. By default, will use the L<path's|/path> file extension
to detect a likely type.
=cut
Expand Down
2 changes: 1 addition & 1 deletion lib/Statocles/Types.pm
Expand Up @@ -92,7 +92,7 @@ An object that consumes the L<Statocles::Store> role.
This can be coerced from any L<Path::Tiny> object or any String, which will be
used as the filesystem path to the store's documents (the L<path
attribute|Statocles::Store::File/path>). The coersion creates a
attribute|Statocles::Store::File/path>). The coercion creates a
L<Staticles::Store::File> object.
=head2 Theme
Expand Down

0 comments on commit 7eddbf5

Please sign in to comment.