Skip to content

Commit ddc45af

Browse files
authored
Update GettingStartedGuide (#513)
* Update GettingStartedGuide Update heading to "Get started" Relates-To: OLPEDGE-2768 Signed-off-by: Nataliia Plakhtii <ext-nataliia.plakhtii@here.com> * Fix typo in Backward Compatibility section Change "ABI" to "API" Relates-To: OLPEDGE-2768 Signed-off-by: Nataliia Plakhtii <ext-nataliia.plakhtii@here.com> Signed-off-by: Nataliia Plakhtii <ext-nataliia.plakhtii@here.com>
1 parent 6b0a303 commit ddc45af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We try to develop and maintain our API in a way that preserves its compatibility
2626

2727
For more information on Data API, see its <a href="https://developer.here.com/documentation/data-api/data_dev_guide/index.html" target="_blank">Developer Guide</a> and <a href="https://developer.here.com/documentation/data-api/api-reference.html" target="_blank">API Reference</a>.
2828

29-
When new API is introduced in Data SDK for TypeScript, the old one is not deleted straight away. The standard API deprecation time is 6 months. It gives you time to switch to new code. However, we do not provide ABI backward compatibility.
29+
When new API is introduced in Data SDK for TypeScript, the old one is not deleted straight away. The standard API deprecation time is 6 months. It gives you time to switch to new code. However, we do not provide API backward compatibility.
3030

3131
Learn more about deprecated methods, functions, and parameters in the Data SDK for TypeScript <a href="https://developer.here.com/documentation/sdk-typescript/api_reference/index.html" target="_blank">API Reference</a> and <a href="https://github.com/heremaps/here-data-sdk-typescript/blob/master/CHANGELOG.md" target="_blank">changelog</a>.
3232

docs/GettingStartedGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Getting Started Guide
1+
# Get started
22

33
HERE Data SDK for TypeScript includes the core components to access the HERE APIs from any web-based application.
44

0 commit comments

Comments
 (0)