From 202296dfed830a88ab9a291889b2d654c70a48a9 Mon Sep 17 00:00:00 2001
From: Ben Anderson <b.anderson@soton.ac.uk>
Date: Tue, 7 Sep 2021 16:00:04 +0000
Subject: [PATCH] fixed typo :-)

---
 shiny/app.R | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shiny/app.R b/shiny/app.R
index 9e2f952..e3ff9fa 100644
--- a/shiny/app.R
+++ b/shiny/app.R
@@ -162,7 +162,7 @@ ui <- fluidPage(
          tags$a(href = "https://twitter.com/tom_rushby","(@tom_rushby)"),
          "for the ",tags$a(href = "https://energy.soton.ac.uk/","Energy and Climate Change Division"),
          tags$a(href = "https://twitter.com/EnergySoton","(@EnergySoton)"),"at the University of Southampton.",
-         "Emissions estimates from the Department for Business, Energy and Industrial Strategy (BIES), are used and are available at ",
+         "Emissions estimates from the Department for Business, Energy and Industrial Strategy (BEIS), are used and are available at ",
          tags$a(href = "https://data.gov.uk/dataset/723c243d-2f1a-4d27-8b61-cdb93e5b10ff/emissions-of-carbon-dioxide-for-local-authority-areas","data.gov.uk"),
          " (2018 estimates, last updated 25 June 2020).",
          "Local authority boundaries (2018) are provided by ", tags$a(href = "https://geoportal.statistics.gov.uk/","ONS Open Geography Portal"),"."),
@@ -336,4 +336,4 @@ server <- function(input, output, session) {
 }
 
 
-shinyApp(ui = ui, server = server)
\ No newline at end of file
+shinyApp(ui = ui, server = server)
-- 
GitLab