diff --git a/lib/OX.pm b/lib/OX.pm index 1b37dd2..8ee75bf 100644 --- a/lib/OX.pm +++ b/lib/OX.pm @@ -80,7 +80,7 @@ features can be added by providing your own request (sub)class. Additionally, OX provides an easy-to-use "sugar" layer (based on L) that makes writing a web application as easy as writing any Moose class. The OX sugar layer supports the full complement of -Moose features (attributes, roles, and more), as well as addiitonal sugar +Moose features (attributes, roles, and more), as well as additional sugar methods for mapping request routes to object methods. (See L, L, and L for more detailed information.) You're