From 999e84f59ecc78cac510be7795a319e4b812d12a Mon Sep 17 00:00:00 2001 From: Paul Cochrane Date: Sun, 19 Apr 2026 22:18:05 +0200 Subject: [PATCH] Fix minor typo in POD While reading through the docs I happened to stumble across this typo: `addiitonal` should have been `additional`. This is fixed here. --- lib/OX.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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