aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorphaylon <phaylon@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-03-30 13:56:44 +0000
committerphaylon <phaylon@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-03-30 13:56:44 +0000
commitb807f8bff1d768320e737ae35ba7800afabd02d6 (patch)
tree184fe670c98af27c628ebc210631abe60668d39d /lib
parent0fd7c39ddeef6a882cd3e5e70f863d9f3d6e5994 (diff)
downloadreaction-b807f8bff1d768320e737ae35ba7800afabd02d6.tar.gz
reaction-b807f8bff1d768320e737ae35ba7800afabd02d6.zip
fixed pod typos (abraxxa++)
Diffstat (limited to 'lib')
-rw-r--r--lib/Reaction/Manual/Widgets.pod2
-rw-r--r--lib/Reaction/UI/ViewPort.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Reaction/Manual/Widgets.pod b/lib/Reaction/Manual/Widgets.pod
index 14d1fc0..f79c87d 100644
--- a/lib/Reaction/Manual/Widgets.pod
+++ b/lib/Reaction/Manual/Widgets.pod
@@ -33,7 +33,7 @@ L<Moose/extends>.
=head1 FRAGMENTS
-Layouts can use the C<=for layout $fragmet> POD syntax to define fragments and use them
+Layouts can use the C<=for layout $fragment> POD syntax to define fragments and use them
like usual L<Template> variables.
But sometimes it is desirable to have a fragment that invokes Perl code in the widget
diff --git a/lib/Reaction/UI/ViewPort.pm b/lib/Reaction/UI/ViewPort.pm
index 06ffffa..c86c793 100644
--- a/lib/Reaction/UI/ViewPort.pm
+++ b/lib/Reaction/UI/ViewPort.pm
@@ -150,7 +150,7 @@ Reaction::UI::ViewPort - Page layout building block
# Create a new ViewPort:
# $stack isa Reaction::UI::FocusStack object
- my $vp = $stack->push_viewport('Reaction::UI::ViewPort', layout => 'xthml');
+ my $vp = $stack->push_viewport('Reaction::UI::ViewPort', layout => 'xhtml');
# Fetch ViewPort higher up the stack (further out)
my $outer = $vp->outer();