aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoman FroĊ‚ow <rofrol@gmail.com>2019-04-04 17:13:05 +0200
committerJakub Hampl <kopomir@gmail.com>2019-04-04 16:13:05 +0100
commit7fbc827f8c58a9cbd80d691458573f3e4a92816f (patch)
tree1f598780275716f2b729be5259ac4d3945d152cf /src
parent9bd079e10dfa68df2f2fec5adb35df90edb3525f (diff)
Fixes typo (#10)
Diffstat (limited to 'src')
-rw-r--r--src/Mapbox/Cmd/Template.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mapbox/Cmd/Template.elm b/src/Mapbox/Cmd/Template.elm
index 3dbf66d..b581ea7 100644
--- a/src/Mapbox/Cmd/Template.elm
+++ b/src/Mapbox/Cmd/Template.elm
@@ -361,7 +361,7 @@ queryRenderedFeatures prt id reqId options =
]
-{-| Wraps an incoming port so that you can get nicer subscritions:
+{-| Wraps an incoming port so that you can get nicer subscriptions:
port elmMapboxIncoming : (Value -> msg) -> Sub msg