From f931c63c3b303c34f66306e0ea5350420b9de65b Mon Sep 17 00:00:00 2001
From: Ken Hawkins <khawkins98@gmail.com>
Date: Fri, 14 Jun 2019 09:50:16 +0100
Subject: [PATCH] Fix formatting typo

---
 content/websites/patterns/banner-elixir/layout.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/websites/patterns/banner-elixir/layout.html b/content/websites/patterns/banner-elixir/layout.html
index c1e836f..39dbcb1 100644
--- a/content/websites/patterns/banner-elixir/layout.html
+++ b/content/websites/patterns/banner-elixir/layout.html
@@ -37,7 +37,7 @@ body {
 - `data-more-information-link`: by default the banner will point to a page at www.elixir-europe.org. If you would prefer to link to a custom page explaining your relationship with ELXIR, add the full URL here
 - `data-use-basic-styles`: if you have not loaded the Foundation Framework CSS, set to `true` and will inject a few lines of css for basic formatting
 
-[Try it on CodePen](https://codepen.io/khawkins98/pen/ZXdGQO?editors=1000) or <a href="https://www.ebi.ac.uk/style-lab/websites/sample-site/boilerplate/affiliates.html" class="extenral "target="_blank">see an example implementation</a>.
+[Try it on CodePen](https://codepen.io/khawkins98/pen/ZXdGQO?editors=1000) or <a href="https://www.ebi.ac.uk/style-lab/websites/sample-site/boilerplate/affiliates.html" class="extenral" target="_blank">see an example implementation</a>.
 
 If you are unable to insert the `div` in the appropriate spot, you can use JavaScript. Shown below with jQuery for brevity:
 
-- 
GitLab