diff --git a/.gitignore b/.gitignore index 29dd776b24..fd779aaba2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ /docs/API /docs/examples /docs/example +.cache/ *.es.js *.js.map node_modules diff --git a/mkdocs.yml b/mkdocs.yml index 78082b4430..68af756a4d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -47,6 +47,7 @@ markdown_extensions: - pymdownx.escapeall: hardbreak: True nbsp: True + - attr_list extra: social: diff --git a/src/index.ts b/src/index.ts index faa21994a9..8fc5f549cb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -55,7 +55,7 @@ export type * from '@maplibre/maplibre-gl-style-spec'; * Necessary for supporting the Arabic and Hebrew languages, which are written right-to-left. * * @param pluginURL - URL pointing to the Mapbox RTL text plugin source. - * @param lazy - If set to `true`, mapboxgl will defer loading the plugin until rtl text is encountered, + * @param lazy - If set to `true`, maplibre will defer loading the plugin until rtl text is encountered, * rtl text will then be rendered only after the plugin finishes loading. * @example * ```ts