Skip to content

Commit 5d2d02d

Browse files
committed
Clarify that distinct sounds are played
Signed-off-by: ricekot <git@ricekot.com>
1 parent c590589 commit 5d2d02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025/2025-02-18-zap-af-visual-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ A screenshot of the project page. Try it out yourself at <a href="/zap-af-visual
3535

3636
The heavy lifting of this project is being done by [Google Blockly](https://developers.google.com/blockly).
3737
I found its API a little tricky to work with, maybe because it's my first time writing TypeScript, but I think the whole thing turned out pretty well overall.
38-
A Blockly feature that I found cute is the sound played whenever two blocks click together or a block is deleted.
38+
A Blockly feature that I found cute is the sound that is played when two blocks click together or when a block is deleted.
3939

4040
In addition to Blockly, I used [CodeMirror](https://codemirror.net/) for displaying and highlighting the generated YAML, [Tailwind CSS](https://tailwindcss.com/) for styling, and [Vite](https://vite.dev/) to package everything together.
4141

0 commit comments

Comments
 (0)