From 8956d8d6304ea00a30d9f032b33633fb0ef9d80b Mon Sep 17 00:00:00 2001 From: Peter Schutt Date: Sat, 6 Aug 2022 18:02:40 +1000 Subject: [PATCH] Removes duplicate admonition --- docs/core/event_handler/api_gateway.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/core/event_handler/api_gateway.md b/docs/core/event_handler/api_gateway.md index 1358f545eb8..f4f45a051f8 100644 --- a/docs/core/event_handler/api_gateway.md +++ b/docs/core/event_handler/api_gateway.md @@ -135,9 +135,6 @@ Each dynamic route you set must be part of your function signature. This allows ???+ tip You can also nest dynamic paths, for example `/todos//`. -???+ tip - You can also nest dynamic paths, for example `/todos//`. - #### Catch-all routes ???+ note