Skip to content

Commit

Permalink
fix: xref-cssinherited
Browse files Browse the repository at this point in the history
  • Loading branch information
viperehonchuk authored and AdriandeCita committed Jan 25, 2024
1 parent 4945a28 commit 28f6495
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/kuma/macros/xref-cssinherited.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import replacePlaceholders from '../utils/replace-placeholders';

const page = 'inheritance';
const page = 'Inheritance';
const linkText = 'Успадковується';

function xrefCssInherited() {
Expand Down
2 changes: 1 addition & 1 deletion test/src/kuma/macros/snapshots/css-info.mjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Generated by [AVA](https://avajs.dev).

> Snapshot 1
'<table class="properties"><tbody><tr><th scope="row"><a href="/uk/docs/Web/CSS/initial_value">Початкове значення</a></th><td><code>auto</code></td><tr><th scope="row"><a href="/uk/docs/Web/CSS/inheritance">Успадковується</a></th><td>ні</td><tr><th scope="row"><a href="/uk/docs/Web/CSS/computed_value">Обчислене значення</a></th><td>a percentage or <code>auto</code> or the absolute length</td></tbody></table>'
'<table class="properties"><tbody><tr><th scope="row"><a href="/uk/docs/Web/CSS/initial_value">Початкове значення</a></th><td><code>auto</code></td><tr><th scope="row"><a href="/uk/docs/Web/CSS/Inheritance">Успадковується</a></th><td>ні</td><tr><th scope="row"><a href="/uk/docs/Web/CSS/computed_value">Обчислене значення</a></th><td>a percentage or <code>auto</code> or the absolute length</td></tbody></table>'
Binary file modified test/src/kuma/macros/snapshots/css-info.mjs.snap
Binary file not shown.
2 changes: 1 addition & 1 deletion test/src/kuma/macros/snapshots/xref-cssinherited.mjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Generated by [AVA](https://avajs.dev).

> Snapshot 1
'<a href="/uk/docs/Web/CSS/inheritance">Успадковується</a>'
'<a href="/uk/docs/Web/CSS/Inheritance">Успадковується</a>'
Binary file modified test/src/kuma/macros/snapshots/xref-cssinherited.mjs.snap
Binary file not shown.

0 comments on commit 28f6495

Please sign in to comment.