Skip to content

Commit c7ad139

Browse files
leocrossmdelapenya
andauthored
Fix var name typo
Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
1 parent 6e6b3d4 commit c7ad139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/theme/partials/tc-header.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set header = ({
22
"siteUrl": "https://testcontainers.com/",
3-
"menuItmes": [
3+
"menuItems": [
44
{
55
"label": "Cloud",
66
"url": "https://testcontainers.com/cloud/"
@@ -108,7 +108,7 @@
108108
</div>
109109
<nav>
110110
<ul class="menu">
111-
{% for menuItem in header["menuItmes"] %}
111+
{% for menuItem in header["menuItems"] %}
112112
{% if menuItem.children %}
113113
<li class="menu-item has-children">
114114
<button>

0 commit comments

Comments
 (0)