Skip to content

Commit

Permalink
docs: fix document typos
Browse files Browse the repository at this point in the history
  • Loading branch information
imtaotao committed Sep 3, 2024
1 parent 43c3897 commit 1adcd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/cases/fixed.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ manager.pushFlexibleDanmaku('弹幕内容', {
position(danmaku, container) {
return {
x: `50% - ${danmaku.getWidth() / 2}`,
y: 10, // 具体容器顶部的距离为 10px
y: 10, // 离容器顶部的距离为 10px
};
},
});
Expand Down

0 comments on commit 1adcd7a

Please sign in to comment.