Skip to content

Commit 2a449ab

Browse files
authored
chore(docs): correct title case for Getting Started (#6342)
1 parent c5f5636 commit 2a449ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/components/footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<h5 class="bd-text-purple-bright mb-1">Documentation</h5>
1313
<ul class="list-unstyled ml-3">
1414
<li><b-link to="/" exact>Home</b-link></li>
15-
<li><b-link to="/docs" exact>Getting started</b-link></li>
15+
<li><b-link to="/docs" exact>Getting Started</b-link></li>
1616
<li><b-link to="/docs/components" exact>Components</b-link></li>
1717
<li><b-link to="/docs/directives" exact>Directives</b-link></li>
1818
<li><b-link to="/docs/icons" exact>Icons</b-link></li>

docs/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const reference = importAll(referenceContext)
3131

3232
export const nav = [
3333
{
34-
title: 'Getting started',
34+
title: 'Getting Started',
3535
base: '',
3636
exact: true
3737
},

0 commit comments

Comments
 (0)