Skip to content

Commit 7973f08

Browse files
Merge pull request #2145 from jasonrandrews/review2
Fix capitalization in Learning Path completion message
2 parents d317710 + caa8380 commit 7973f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/arm-design-system-hugo-theme/layouts/partials/learning-paths/introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<h3>Who is this for?</h3>
2222
<p class="u-margin-left-1">{{ .Params.who_is_this_for }}</p>
2323
<h3 class="u-margin-top-2">What will you learn?</h3>
24-
<p class="u-margin-left-1">Upon completion of this learning path, you will be able to:</p>
24+
<p class="u-margin-left-1">Upon completion of this Learning Path, you will be able to:</p>
2525
<ul>
2626
{{ range .Params.learning_objectives }}
2727
<li class="u-margin-left-2">{{.}}</li>

0 commit comments

Comments
 (0)