Skip to content

Commit

Permalink
Bug 1859975 [wpt PR 42625] - typo in tutorial, a=testonly
Browse files Browse the repository at this point in the history
Automatic update from web-platform-tests
typo in tutorial

--

wpt-commits: 537ded345eddfb864fc795ce3a6dd4e1bbf28976
wpt-pr: 42625

UltraBlame original commit: 483259fbc059a728dc4dc111b1f118cf796dc657
  • Loading branch information
marco-c committed Nov 8, 2023
1 parent 9af5e1a commit 06184ec
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Here's one way to demonstrate the feature:
<meta charset="utf-8">
<title>BDO element dir=rtl</title>
<link rel="help" href="https://html.spec.whatwg.org/#the-bdo-element">
<meta name="assert" content="BDO element's DIR content attribute renders corrently given value of 'rtl'.">
<meta name="assert" content="BDO element's DIR content attribute renders correctly given value of 'rtl'.">

<p>Test passes if WAS is displayed below.</p>
<bdo dir="rtl">SAW</bdo>
Expand Down Expand Up @@ -101,7 +101,7 @@ That's pretty dense! Let's break it down:
for a feature outside of CSS, feel free to omit this tag.

- ```html
<meta name="assert" content="BDO element's DIR content attribute renders corrently given value of 'rtl'.">
<meta name="assert" content="BDO element's DIR content attribute renders correctly given value of 'rtl'.">
```

The "assert" metadata is a structured way for you to describe exactly what
Expand Down Expand Up @@ -188,7 +188,7 @@ summary:
<link rel="author" title="Sam Smith" href="mailto:[email protected]">
<link rel="help" href="https://html.spec.whatwg.org/#the-bdo-element">
+<link rel="match" href="rtl-ref.html">
<meta name="assert" content="BDO element's DIR content attribute renders corrently given value of 'rtl'.">
<meta name="assert" content="BDO element's DIR content attribute renders correctly given value of 'rtl'.">

<p>Test passes if WAS is displayed below.</p>
<bdo dir="rtl">SAW</bdo>
Expand Down

0 comments on commit 06184ec

Please sign in to comment.