From 4d2114856f56da122d80d13a9f13a3fd062e7187 Mon Sep 17 00:00:00 2001 From: Tharaka Manawardhana Date: Tue, 5 Jun 2018 22:21:19 +1000 Subject: [PATCH] Update static.md --- doc/ring/static.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ring/static.md b/doc/ring/static.md index b2570bfd..c94f3585 100644 --- a/doc/ring/static.md +++ b/doc/ring/static.md @@ -33,7 +33,7 @@ To serve static files with conflicting routes, e.g. `"/*"`, one needs to disable ## External routes -A better way to serve files from conflicting paths, e.g. `"/*"`, is to serve them from the default-handler. One can compose multipl default locations using `ring-handler`. This way, they are only served if none of the actual routes have matched. +A better way to serve files from conflicting paths, e.g. `"/*"`, is to serve them from the default-handler. One can compose multiple default locations using `ring-handler`. This way, they are only served if none of the actual routes have matched. ```clj (ring/ring-handler