Description: Fix typo in manpage
Author: Nick Morrott <nickm@debian.org>
Forwarded: https://github.com/jhthorsen/mojolicious-plugin-openapi/pull/234
Last-Update: 2022-03-24
---
--- a/lib/Mojolicious/Plugin/OpenAPI/SpecRenderer.pm
+++ b/lib/Mojolicious/Plugin/OpenAPI/SpecRenderer.pm
@@ -290,7 +290,7 @@
   %= $slugify->(@str)
   %= $spec->{info}{title}
 
-In addition, there is a logo in "header.html.ep" that can be overriden by
+In addition, there is a logo in "header.html.ep" that can be overridden by
 either changing the static file "mojolicious/plugin/openapi/logo.png" or set
 "openapi_spec_renderer_logo" in L<stash|Mojolicious::Controller/stash> to a
 custom URL.
