Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dsteinbrunner committed Nov 1, 2013
1 parent dcf0f6d commit c9f73fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Facebook/Graph/Cookbook.pod
Expand Up @@ -4,9 +4,9 @@ Facebook::Graph::Cookbook - A cookbook for Facebook::Graph

=head1 DESCRIPTION

The goal of this document is to provide a set of common recipies for success. The L<Facebook::Graph> API is relatively easy to use, but there are just enough tricks to it that it can throw you off if you don't have a little insider information. Hopefully this document will help you overcome those hurdles.
The goal of this document is to provide a set of common recipes for success. The L<Facebook::Graph> API is relatively easy to use, but there are just enough tricks to it that it can throw you off if you don't have a little insider information. Hopefully this document will help you overcome those hurdles.

=head1 RECIPIES
=head1 RECIPES

=over

Expand All @@ -16,7 +16,7 @@ Shows you how to set up a privileged application using nothing more than L<Plack

=item L<Facebook::Graph::Cookbook::Recipe2> - Working Example

A fully functional Facebook::Graph app that publishes data to Facebook and reads data from it. Uses a full application server and lots of other modules. This is a working example, without a lot of explaination.
A fully functional Facebook::Graph app that publishes data to Facebook and reads data from it. Uses a full application server and lots of other modules. This is a working example, without a lot of explanation.

=item L<Facebook::Graph::Cookbook::Recipe3> - Impersonation

Expand Down

0 comments on commit c9f73fd

Please sign in to comment.