diff --git a/templates/content/links--node.html.twig b/templates/content/links--node.html.twig
index af8f87ee02bbdcd71fd3ab4b717d17606a74af20..51b36073d08a00fc90160d9e3186c2d3f4fe1b33 100644
--- a/templates/content/links--node.html.twig
+++ b/templates/content/links--node.html.twig
@@ -35,7 +35,7 @@
  */
 #}
 {% if links %}
-  {{ attach_library('boostrap_barrio/links') }}
+  {{ attach_library('bootstrap_barrio/links') }}
 
   <div class="node__links">
     {%- if heading -%}
diff --git a/templates/misc/progress-bar.html.twig b/templates/misc/progress-bar.html.twig
index 37622be21e14f0dd889695474d938540dedfcbe5..78345f4d30b424bf5149d720ddf72bf7326a9258 100644
--- a/templates/misc/progress-bar.html.twig
+++ b/templates/misc/progress-bar.html.twig
@@ -11,7 +11,7 @@
  * - message: A string containing information to be displayed.
  */
 #}
-{{ attach_library('boostrap_barrio/progress') }}
+{{ attach_library('bootstrap_barrio/progress') }}
 <div class="progress">
   {% if label %}
     <div class="progress__label">{{ label }}</div>
diff --git a/templates/navigation/links--inline.html.twig b/templates/navigation/links--inline.html.twig
index 767a7b6077869deba9d35720efb68873ee9c9e76..09dc75c86672a5b7ed1def07ddd0fcc971ab2ccc 100644
--- a/templates/navigation/links--inline.html.twig
+++ b/templates/navigation/links--inline.html.twig
@@ -34,7 +34,7 @@
  * @ingroup themeable
  */
 #}
-{{ attach_library('boostrap_barrio/links') }}
+{{ attach_library('bootstrap_barrio/links') }}
 
 {% if links %}
   <div class="inline__links">
diff --git a/templates/navigation/links.html.twig b/templates/navigation/links.html.twig
index a974708e332059c78d46f245d5fc6d8c80c2ae4b..88980ba2b07cdb8ef63a1e7c8ac98531d3dd3522 100644
--- a/templates/navigation/links.html.twig
+++ b/templates/navigation/links.html.twig
@@ -33,7 +33,7 @@
  */
 #}
 {% if links -%}
-  {{ attach_library('boostrap_barrio/links') }}
+  {{ attach_library('bootstrap_barrio/links') }}
 
   {%- if heading -%}
     {%- if heading.level -%}