Skip to content

Commit

Permalink
docs: update title
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyib committed May 6, 2024
1 parent ee34b72 commit 532286c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/hooks/src/useWebSocket/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ useWebSocket(socketUrl: string, options?: Options): Result;
| socketUrl | Required, webSocket url | `string` | - |
| options | connect the configuration item | `Options` | - |

#### Options
### Options

| Options Property | Description | Type | Default |
| ----------------- | ---------------------------------- | ---------------------------------------------------------------------- | ------- |
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/src/useWebSocket/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ useWebSocket(socketUrl: string, options?: Options): Result;
| socketUrl | 必填,webSocket 地址 | `string` | - |
| options | 可选,连接配置项 | `Options` | - |

#### Options
### Options

| 参数 | 说明 | 类型 | 默认值 |
| ----------------- | ---------------------- | ---------------------------------------------------------------------- | ------- |
Expand Down

0 comments on commit 532286c

Please sign in to comment.