Skip to content

Commit c340292

Browse files
committed
spellcheck fix
1 parent ae358ab commit c340292

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

scripts/wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ hotline
204204
html
205205
http
206206
https
207+
iframe
207208
interoperable
208209
integration
209210
integrations

src/manage/dashboard-maps/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ const layer = new TileLayer({
5555
5656
MerginMaps.getMap().addLayer(layer)
5757
```
58-
This is a JavaScript file that defines background maps or other customisations that should be added to your webmap.
58+
This is a JavaScript file that defines background maps that should be added to your webmap.
5959

6060
2. Add the `map-script.js` to your project through <AppDomainNameLink />
6161

6262
After syncing the project, the background map will be added to your webmap.
6363

64-
### Customizations
65-
Other customizations can be done in the `map-script.js` JavaScript file.
64+
### Customisation
65+
Webmaps can be further customised using JavaScript in the `map-script.js` file.
6666

6767
## Webmaps extent
6868

src/manage/webmaps-sharing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To disable the map sharing, click on the **Revoke sharing** button.
3737
You can read about this functionality in our blog post <MainDomainNameLink id="blog/a-final-surprise-for-the-year---shared-maps-via-url" desc="A final surprise for the year - shared maps via URL"/>.
3838
:::
3939

40-
## Embedding webmaps using iframe
40+
## Embedding webmaps using HTML
4141

4242
Webmaps that are shared can be also embedded on a website using HTML element `iframe` by using the [URL link](#sharing-maps-via-url) of the webmap.
4343

0 commit comments

Comments
 (0)