Skip to content

Commit 813b328

Browse files
committed
minor #3046 [Map][Leaflet] Fix typo (rrr63)
This PR was merged into the 2.x branch. Discussion ---------- [Map][Leaflet] Fix typo | Q | A | ------------- | --- | Bug fix? | yes/no | New feature? | yes/no <!-- please update src/**/CHANGELOG.md files --> | Docs? | yes/no <!-- required for new features --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- a60b8a3 [Map] Leaflet bridge doc
2 parents b19cee6 + a60b8a3 commit 813b328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Map/src/Bridge/Leaflet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default class extends Controller
119119
### Disable the default tile layer
120120

121121
If you need to use a custom tiles layer rendering engine that is not compatible with the `L.tileLayer().addTo(map)` method
122-
(e.g. e.g.: [Esri/esri-leaflet-vector](https://github.com/Esri/esri-leaflet-vector)), you can disable the default tile layer by passing `tileLayer: false` to the `LeafletOptions`:
122+
(e.g. [Esri/esri-leaflet-vector](https://github.com/Esri/esri-leaflet-vector)), you can disable the default tile layer by passing `tileLayer: false` to the `LeafletOptions`:
123123

124124
```php
125125
use Symfony\UX\Map\Bridge\Leaflet\LeafletOptions;

0 commit comments

Comments
 (0)