Skip to content

Commit f5a29d6

Browse files
authored
Replace full-width space with half-width space in exercise of emoji (#655)
1 parent acff873 commit f5a29d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3-web-servers/03-module/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ console.log(format(new Date(), "yyyy年MM月dd日"));
253253

254254
### `node-emoji` パッケージ
255255

256-
[`node-emoji` パッケージ](https://www.npmjs.com/package/node-emoji)は、Node.js で絵文字を扱うことができるパッケージです。このパッケージを用いて、'I ❤️ ☕️!' という文章を出力してください。
256+
[`node-emoji` パッケージ](https://www.npmjs.com/package/node-emoji)は、Node.js で絵文字を扱うことができるパッケージです。このパッケージを用いて、'I ❤️ ☕️!' という文章を出力してください。
257257

258258
<Answer title="node-emoji パッケージ">
259259

0 commit comments

Comments
 (0)