Skip to content

Commit

Permalink
Опечатки
Browse files Browse the repository at this point in the history
  • Loading branch information
1640max committed Feb 6, 2024
1 parent 8f035ea commit 5659c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pieces.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h2 class="piece-card__title">{{ piece.title }}</h2>
{% endif %}

{% if piece.age %}
"typicalAgeRange": "{{ piece.age }}-"
"typicalAgeRange": "{{ piece.age }}-",
{% endif %}

{% if piece.button-link %}
Expand Down Expand Up @@ -140,7 +140,7 @@ <h2 class="piece-card__title">{{ piece.title }}</h2>

"copyrightHolder": "Пётр Вяткин",
"author": "Пётр Вяткин",
"editor": "Макс Мальцев"
"editor": "Максим Мальцев"
}
</script>

Expand Down

0 comments on commit 5659c69

Please sign in to comment.