Skip to content

Commit

Permalink
Update index.md (#15887)
Browse files Browse the repository at this point in the history
* Update index.md

* Update files/ja/web/javascript/reference/operators/property_accessors/index.md

Co-authored-by: Masahiro FUJIMOTO <[email protected]>

---------

Co-authored-by: Masahiro FUJIMOTO <[email protected]>
  • Loading branch information
shiomiyan and mfuji09 authored Sep 17, 2023
1 parent b5f0f60 commit 1a78f32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ document["createElement"]("pre");

ブラケット表記法の前には空白を入れることができます。

```js
document["createElement"]("pre");
```js-nolint
document ["createElement"]("pre");
```

### プロパティ名
Expand Down

0 comments on commit 1a78f32

Please sign in to comment.