From 0995f95ef12a186ba270a1957ef137aba705fe52 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Mon, 4 Mar 2019 18:11:15 +0100 Subject: [PATCH] Fix typo in extent-constrained example Co-Authored-By: jahow --- examples/extent-constrained.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/extent-constrained.html b/examples/extent-constrained.html index 7c228d6c1b..c28d8d5120 100644 --- a/examples/extent-constrained.html +++ b/examples/extent-constrained.html @@ -3,7 +3,7 @@ layout: example.html title: Constrained Extent shortdesc: Example of a view with a constrained extent. docs: > - This map has a view that is constrained in an extent. This is done using the `extent` view option. Please note that specifying `restrictOnlyCenter: true` would only apply the extent restriction to the view center. + This map has a view that is constrained in an extent. This is done using the `extent` view option. Please note that specifying `constrainOnlyCenter: true` would only apply the extent restriction to the view center. tags: "view, extent, constrain, restrict" ---