From f6c78e379b29fc4c5f12bc4465a779c15a7b2877 Mon Sep 17 00:00:00 2001 From: Thomas Weiser Date: Wed, 26 Apr 2017 13:51:28 +0200 Subject: [PATCH] Typo in markdown formatting Should be no whitespace between `]` and `(` --- src/RouteUrl.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RouteUrl.elm b/src/RouteUrl.elm index f344ee0..3917a83 100644 --- a/src/RouteUrl.elm +++ b/src/RouteUrl.elm @@ -33,8 +33,8 @@ the state of your app to be partially bookmark-able. It is, of course, possible to do something like this using [`elm-lang/navigation`](http://package.elm-lang.org/packages/elm-lang/navigation/latest) by itself. For a discussion of the -differences between the official module and this one, see the [package documentation] -(http://package.elm-lang.org/packages/rgrempel/elm-route-url/latest). +differences between the official module and this one, see the +[package documentation](http://package.elm-lang.org/packages/rgrempel/elm-route-url/latest). # Configuration