From 2f507715da837c664d93338f97ef7e2522d598a3 Mon Sep 17 00:00:00 2001 From: Pascal Roehling Date: Thu, 25 Jul 2024 18:41:02 +0200 Subject: [PATCH] Add missing space and word --- packages/types/custom/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/types/custom/CHANGELOG.md b/packages/types/custom/CHANGELOG.md index 3ba24788f..c8ed98d2e 100644 --- a/packages/types/custom/CHANGELOG.md +++ b/packages/types/custom/CHANGELOG.md @@ -5,7 +5,7 @@ - Feature: Add `afterResultComponent` to `AddressSearchConfiguration` for custom search result suffixes. - Feature: Add `mapHasDimensions` to `CoreState` and `CoreGetters`. - Feature: Add new getter `deviceIsHorizontal` to `CoreGetters`. -- Feature: Add `footer`to `RenderType` as option to display attributions in a footer. +- Feature: Add `footer` to `RenderType` as an option to display attributions in a footer. - Fix: Add `string` as option for `SearchType` since arbitrary strings can be registered. - Fix: Remove unused parameters `proxyUrl` and `loadingStrategy` from `LayerConfigurationOptions`. - Fix: Properly document optional parameters of interfaces `AddressSearchConfiguration`, `FeatureList`, `FilterConfigurationTime`, `FilterConfigurationTimeOption`, `GeoLocationConfiguration`, `LayerConfigurationOptionLayers` and `PinsConfiguration`