Skip to content

Commit

Permalink
fix: fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Jan 2, 2025
1 parent afc96ee commit 0fb4053
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exports[`PullDownRefresh PullDownRefresh base demo works fine 1`] = `
title="PullDownRefresh 下拉刷新"
/>
<wx-view
class="pulldown-reflesh__content"
class="pulldown-refresh__content"
>
<t-skeleton
loading="{{true}}"
Expand Down
2 changes: 1 addition & 1 deletion src/pull-down-refresh/_example/base/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
desc="用于快速刷新页面信息,刷新可以是整页刷新也可以是页面的局部刷新。"
notice="渲染框架支持情况:WebView"
/>
<view class="pulldown-reflesh__content">
<view class="pulldown-refresh__content">
<t-skeleton rowCol="{{rowCol1}}" loading></t-skeleton>
<view class="row">
<t-skeleton rowCol="{{rowCol2}}" loading></t-skeleton>
Expand Down
2 changes: 1 addition & 1 deletion src/pull-down-refresh/_example/base/index.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
line-height: 44rpx;
}

.pulldown-reflesh__content {
.pulldown-refresh__content {
margin: 64rpx 32rpx 0;
position: relative;
}
Expand Down

0 comments on commit 0fb4053

Please sign in to comment.