maplibre-gl 3.2.0 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@ function generateAPIIntroMarkdown(lines: string[]): string {
13
13
  let intro = `# Intro
14
14
 
15
15
  This file is intended as a reference for the important and public classes of this API.
16
- We reccomend looking at the [expamples](../examples/index.md) as they will help you the most to start with MapLibre.
16
+ We recommend looking at the [examples](../examples/index.md) as they will help you the most to start with MapLibre.
17
17
 
18
18
  Most of the classes wirtten here have an "Options" object for initialization, it is recommended to check which options exist.
19
19