Skip to content

Commit 29ca061

Browse files
author
Konstantin Plotnikov
committed
Fixed the product name
Signed-off-by: Konstantin Plotnikov <[email protected]>
1 parent 9f6a135 commit 29ca061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

search-match-fts/demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ <h1>Data Matching with the Advanced Data Sets</h1>
3030
<h3>Code</h3>
3131
<p>
3232
The example uses <code>H.service.extension.platformData.SearchRequest</code>
33-
class to fetch data from the Platform Data Extension service. The <code>data</code> event listener matches the provided array of
34-
<code>LINK_IDs</code> from the routing service and search results from the Platform Data Extension layer
33+
class to fetch data from the Advanced Data Sets service. The <code>data</code> event listener matches the provided array of
34+
<code>LINK_IDs</code> from the routing service and search results from the Advanced Data Sets layer
3535
to apply correct colour to the <code>H.map.Marker</code>.</p>
3636
<script type="text/javascript" src='demo.js'></script>
3737
</body>

0 commit comments

Comments
 (0)