diff --git a/content/collections/js/data-structures.yaml b/content/collections/js/data-structures.yaml index d058b3039ec..fed0542c18f 100644 --- a/content/collections/js/data-structures.yaml +++ b/content/collections/js/data-structures.yaml @@ -19,7 +19,7 @@ splash: purple-flower description: >- The JavaScript data structures collection includes implementations and examples of some of the most commonly-used data structures. Data structure - snippets are best used as a learning resource, as they might require + snippets are **best used as a learning resource**, as they might require optimizations to run in production. shortDescription: >- A guide to some of the most commonly-used data structures, along with