Skip to content

Commit

Permalink
[zh-cn]: fix typo (#16935)
Browse files Browse the repository at this point in the history
  • Loading branch information
PositionZer0 authored Nov 13, 2023
1 parent ee69d21 commit d03a7c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ myVariable = '韩梅梅';
```js
let iceCream = "chocolate";
if (iceCream === "chocolate") {
alert("我最喜欢巧克力冰激淋了");
alert("我最喜欢巧克力冰淇淋了");
} else {
alert("但是巧克力才是我的最爱呀……");
}
Expand Down

0 comments on commit d03a7c2

Please sign in to comment.