From 49cbb33aa47efe7d6be504bddc4276881b22d3d4 Mon Sep 17 00:00:00 2001 From: Laura Macchini Date: Mon, 15 Oct 2018 10:59:13 +0200 Subject: [PATCH] fix typo --- doc/advanced/shared_routes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/advanced/shared_routes.md b/doc/advanced/shared_routes.md index b45144c0..f879ef87 100644 --- a/doc/advanced/shared_routes.md +++ b/doc/advanced/shared_routes.md @@ -1,6 +1,6 @@ # Shared routes -As `reitit-core` works with both Clojure & ClojureScript, one can have a shared routing table for both the frontend and the backend application, using the [Clujore Common Files](https://clojure.org/guides/reader_conditionals). +As `reitit-core` works with both Clojure & ClojureScript, one can have a shared routing table for both the frontend and the backend application, using the [Clojure Common Files](https://clojure.org/guides/reader_conditionals). For backend, you need to define a `:handler` for the request processing, for fronend, `:name` enables the use of [reverse routing](../basics/name_based_routing.md).