Skip to content

Commit 3bf4a38

Browse files
authored
Fix typos in installation instructions
1 parent 133aa28 commit 3bf4a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/1.get-started/10.installing-govuk-vue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ app.use(GovUkVue)
3232
## Install GOV.UK Frontend
3333

3434
GOV.UK Vue relies on CSS from GOV.UK Frontend. You may already be using GOV.UK Frontend if you're adding GOV.UK Vue
35-
to an existing server-side project. If so, you can skip this step.
35+
to an existing server-rendered project. If so, you can skip this step.
3636

3737
If it's not already included in your project, install Sass:
3838

@@ -100,7 +100,7 @@ Some GOV.UK Frontend components expect to be in a container with the `js-enabled
100100
is always present is to add it to the `<body>` tag. If you used `create-vue` this will be in `index.html`.
101101

102102
If you're using the [Footer](/components/footer) component, you should also add `govuk-template` to `<html>` and
103-
`govuk-template__body` to `<html>` to make the grey of the footer extend to the bottom of the page if the page is
103+
`govuk-template__body` to `<body>` to make the grey of the footer extend to the bottom of the page if the page is
104104
shorter than the viewport.
105105

106106
If your service will be branded as GOV.UK you should also add the required `<link>` and `<meta>` tags to set the icons

0 commit comments

Comments
 (0)