Skip to content

Commit

Permalink
Fix/macro cssinfo (#69)
Browse files Browse the repository at this point in the history
* fix: macro bug

* fix: macro cssinfo

---------

Co-authored-by: Vitalii Perehonchuk <[email protected]>
  • Loading branch information
undead404 and viperehonchuk authored Jan 27, 2024
1 parent 1818f94 commit 9c15d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kuma/macros/cssinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function cssInfo(termName, initialAtRule) {
);
if (animationTypeValue === 'lpc') {
localizedString = replacePlaceholders(localizedString, [
`<a href="/${targetLocale}/docs/Web/CSS/length#interpoliatsiia" title="Значення типу <length> в CSS інтерполюються як дійсні числа з рухомою комою.">length</a>`,
`<a href="/${targetLocale}/docs/Web/CSS/length#interpoliatsiia" title="Значення типу <length> у CSS інтерполюються як дійсні числа з рухомою комою.">length</a>`,
]);
}
return localizedString;
Expand Down

0 comments on commit 9c15d6c

Please sign in to comment.