fixed pod typos (abraxxa++)
phaylon [Mon, 30 Mar 2009 13:56:44 +0000 (13:56 +0000)]
lib/Reaction/Manual/Widgets.pod
lib/Reaction/UI/ViewPort.pm

index 14d1fc0..f79c87d 100644 (file)
@@ -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
index 06ffffa..c86c793 100644 (file)
@@ -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();