Skip to content

Commit 7ed012a

Browse files
committed
Fix typo
1 parent 670567c commit 7ed012a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_includes/layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1 class="stacks-h1">{{ title }}</h1>
4141
{% endif %}
4242
{{ content }}
4343

44-
<form class="my48 name="feedback-{{ title | downcase | replace: ' ', '-' }}" method="POST" data-netlify="true" action="{{ "/success" | relative_url }}">
44+
<form class="my48" name="feedback-{{ title | downcase | replace: ' ', '-' }}" method="POST" data-netlify="true" action="{{ "/success" | relative_url }}">
4545
<label class="d-inline-block c-pointer" for="feedback-form">
4646
<div class="fs-title fw-bold mb0">Got any feedback?</div>
4747
<div class="stacks-copy mb12">Did we mess something up? Is there a typo? Send us your feedback anonymously using this form.</div>

0 commit comments

Comments
 (0)