docs: fix typo (#4147)

This commit is contained in:
neverland 2021-04-13 10:28:53 +08:00 committed by GitHub
parent 2b657446ec
commit 642f10d1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -85,7 +85,7 @@ Page({
### 展示取消按钮 ### 展示取消按钮
设置`cancel-text``性后,会在底部展示取消按钮,点击后关闭当前菜单。 设置`cancel-text`属性后,会在底部展示取消按钮,点击后关闭当前菜单。
```html ```html
<van-action-sheet <van-action-sheet

View File

@ -53,9 +53,9 @@
## 常见问题 ## 常见问题
### 开发者工具上提示 Faild to load font 是什么情况? ### 开发者工具上提示 Failed to load font 是什么情况?
这个是开发者工具本身的问题,可以忽略,具体可以查看[微信小程序文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/font/wx.loadFontFace.html)注意第5条。 这个是开发者工具本身的问题,可以忽略,具体可以查看[微信小程序文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/font/wx.loadFontFace.html) - 注意事项 5 条。
## API ## API