Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Jan 21, 2024
1 parent d6a9c67 commit 43fc3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/ja/web/css/_colon_last-of-type/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ p:last-of-type {

#### HTML

```html
```html-nolint
<article>
<div>これは最初の `div` です。</div>
<div>これは<span>内側で最後の `span`</span> です。</div>
Expand Down Expand Up @@ -80,7 +80,7 @@ article :last-of-type {

#### HTML

```html
```html-nolint
<p>この `p` は選択されていません。</p>
<p>この `p` も選択されていません。</p>
<p>
Expand Down

0 comments on commit 43fc3e4

Please sign in to comment.