Skip to content

Commit 6f4d891

Browse files
committed
✏️ Fix typos in documentation table
1 parent 2dca034 commit 6f4d891

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

exampleSite/content/docs/shortcodes/index.it.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -565,16 +565,16 @@ When life gives you lemons, make lemonade.
565565
| `mapCenterX` | Optional float value with a coordinate (Longitude) for the center of the map, for example `40.690136` |
566566
| `mapCenterY` | Optional float value with a coordinate (Latitude) for the center of the map, for, for example `-74.045301` |
567567
| `defaultZoom` | Optional integer that sets the default zoom, default is `15` |
568-
| `tileBaseURL` | Optional base URL of the raster tile provider, default is `"https://tile.openstreetmap.org"` |
568+
| `tileBaseURL` | Optional string with base URL of the raster tile provider, default is `"https://tile.openstreetmap.org"` |
569569
| `minZoom` | Optional integer that sets the minimum zoom, default is `15` |
570570
| `maxZoom` | Optional integer that sets the maximum zoom, default is `19` |
571571
| `copyrightURL` | Optional string with URL that sets the copyright link, default is `"https://openstreetmap.org/copyright"` |
572-
| `copyrightName` | Optional string with URL that sets the copyright text, default is `OpenStreetMap Contributors` |
572+
| `copyrightName` | Optional string with URL that sets the copyright text, default is `"OpenStreetMap Contributors"` |
573573
| `markerX` | Optional float value with a coordinate (Longitude) for an optional marker in the map, for example `40.689272` |
574574
| `markerY` | Optional float value with a coordinate (Latitude) for an optional marker in the map, for example `-74.044512` |
575575
| `markerTooltip` | Optional string with text for a marker tooltip, for example `"Statue of Liberty"` |
576-
| `mapHeight` | Optional height of the map element, default is `"600px"` |
577-
| `mapWidth` | Optional width of the map element, default is equal to `mapHeight` |
576+
| `mapHeight` | Optional string with height of the map element, default is `"600px"` |
577+
| `mapWidth` | Optional string with width of the map element, default is equal to `mapHeight` |
578578
<!-- prettier-ignore-end -->
579579

580580
**Example:**

exampleSite/content/docs/shortcodes/index.ja.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -562,16 +562,16 @@ Blowfish も、標準の Markdown 構文を使用して含まれる画像の自
562562
| `mapCenterX` | Optional float value with a coordinate (Longitude) for the center of the map, for example `40.690136` |
563563
| `mapCenterY` | Optional float value with a coordinate (Latitude) for the center of the map, for, for example `-74.045301` |
564564
| `defaultZoom` | Optional integer that sets the default zoom, default is `15` |
565-
| `tileBaseURL` | Optional base URL of the raster tile provider, default is `"https://tile.openstreetmap.org"` |
565+
| `tileBaseURL` | Optional string with base URL of the raster tile provider, default is `"https://tile.openstreetmap.org"` |
566566
| `minZoom` | Optional integer that sets the minimum zoom, default is `15` |
567567
| `maxZoom` | Optional integer that sets the maximum zoom, default is `19` |
568568
| `copyrightURL` | Optional string with URL that sets the copyright link, default is `"https://openstreetmap.org/copyright"` |
569-
| `copyrightName` | Optional string with URL that sets the copyright text, default is `OpenStreetMap Contributors` |
569+
| `copyrightName` | Optional string with URL that sets the copyright text, default is `"OpenStreetMap Contributors"` |
570570
| `markerX` | Optional float value with a coordinate (Longitude) for an optional marker in the map, for example `40.689272` |
571571
| `markerY` | Optional float value with a coordinate (Latitude) for an optional marker in the map, for example `-74.044512` |
572572
| `markerTooltip` | Optional string with text for a marker tooltip, for example `"Statue of Liberty"` |
573-
| `mapHeight` | Optional height of the map element, default is `"600px"` |
574-
| `mapWidth` | Optional width of the map element, default is equal to `mapHeight` |
573+
| `mapHeight` | Optional string with height of the map element, default is `"600px"` |
574+
| `mapWidth` | Optional string with width of the map element, default is equal to `mapHeight` |
575575
<!-- prettier-ignore-end -->
576576

577577
**Example:**

exampleSite/content/docs/shortcodes/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -569,16 +569,16 @@ When life gives you lemons, make lemonade.
569569
| `mapCenterX` | Optional float value with a coordinate (Longitude) for the center of the map, for example `40.690136` |
570570
| `mapCenterY` | Optional float value with a coordinate (Latitude) for the center of the map, for, for example `-74.045301` |
571571
| `defaultZoom` | Optional integer that sets the default zoom, default is `15` |
572-
| `tileBaseURL` | Optional base URL of the raster tile provider, default is `"https://tile.openstreetmap.org"` |
572+
| `tileBaseURL` | Optional string with base URL of the raster tile provider, default is `"https://tile.openstreetmap.org"` |
573573
| `minZoom` | Optional integer that sets the minimum zoom, default is `15` |
574574
| `maxZoom` | Optional integer that sets the maximum zoom, default is `19` |
575575
| `copyrightURL` | Optional string with URL that sets the copyright link, default is `"https://openstreetmap.org/copyright"` |
576-
| `copyrightName` | Optional string with URL that sets the copyright text, default is `OpenStreetMap Contributors` |
576+
| `copyrightName` | Optional string with URL that sets the copyright text, default is `"OpenStreetMap Contributors"` |
577577
| `markerX` | Optional float value with a coordinate (Longitude) for an optional marker in the map, for example `40.689272` |
578578
| `markerY` | Optional float value with a coordinate (Latitude) for an optional marker in the map, for example `-74.044512` |
579579
| `markerTooltip` | Optional string with text for a marker tooltip, for example `"Statue of Liberty"` |
580-
| `mapHeight` | Optional height of the map element, default is `"600px"` |
581-
| `mapWidth` | Optional width of the map element, default is equal to `mapHeight` |
580+
| `mapHeight` | Optional string with height of the map element, default is `"600px"` |
581+
| `mapWidth` | Optional string with width of the map element, default is equal to `mapHeight` |
582582
<!-- prettier-ignore-end -->
583583

584584
**Example:**

exampleSite/content/docs/shortcodes/index.zh-cn.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -548,16 +548,16 @@ When life gives you lemons, make lemonade.
548548
| `mapCenterX` | Optional float value with a coordinate (Longitude) for the center of the map, for example `40.690136` |
549549
| `mapCenterY` | Optional float value with a coordinate (Latitude) for the center of the map, for, for example `-74.045301` |
550550
| `defaultZoom` | Optional integer that sets the default zoom, default is `15` |
551-
| `tileBaseURL` | Optional base URL of the raster tile provider, default is `"https://tile.openstreetmap.org"` |
551+
| `tileBaseURL` | Optional string with base URL of the raster tile provider, default is `"https://tile.openstreetmap.org"` |
552552
| `minZoom` | Optional integer that sets the minimum zoom, default is `15` |
553553
| `maxZoom` | Optional integer that sets the maximum zoom, default is `19` |
554554
| `copyrightURL` | Optional string with URL that sets the copyright link, default is `"https://openstreetmap.org/copyright"` |
555-
| `copyrightName` | Optional string with URL that sets the copyright text, default is `OpenStreetMap Contributors` |
555+
| `copyrightName` | Optional string with URL that sets the copyright text, default is `"OpenStreetMap Contributors"` |
556556
| `markerX` | Optional float value with a coordinate (Longitude) for an optional marker in the map, for example `40.689272` |
557557
| `markerY` | Optional float value with a coordinate (Latitude) for an optional marker in the map, for example `-74.044512` |
558558
| `markerTooltip` | Optional string with text for a marker tooltip, for example `"Statue of Liberty"` |
559-
| `mapHeight` | Optional height of the map element, default is `"600px"` |
560-
| `mapWidth` | Optional width of the map element, default is equal to `mapHeight` |
559+
| `mapHeight` | Optional string with height of the map element, default is `"600px"` |
560+
| `mapWidth` | Optional string with width of the map element, default is equal to `mapHeight` |
561561
<!-- prettier-ignore-end -->
562562

563563
**Example:**

0 commit comments

Comments
 (0)