diff --git a/pages/docs/docs.md b/pages/docs/docs.md index 2674779..3b4f4b3 100644 --- a/pages/docs/docs.md +++ b/pages/docs/docs.md @@ -846,7 +846,7 @@ app.beforeMatched { ctx -> {% endcapture %} {% include macros/docsSnippet.html java=java kotlin=kotlin %} -The routes are set when you declare your endpoints: +The roles are set when you declare your endpoints: {% capture java %} app.get("/public", ctx -> ctx.result("Hello public"), Role.OPEN);