Skip to content

Commit 534de71

Browse files
authored
fix(js): fix typo (#14570)
1 parent 3a92cfb commit 534de71

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/apis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ parameters={[
534534

535535
Any spans created inside of the callback will be children of this span.
536536

537-
The started span will automatically be ended when the callback returns, and will thus measure the duration of the callback. The callback cann also be an async function.
537+
The started span will automatically be ended when the callback returns, and will thus measure the duration of the callback. The callback can also be an async function.
538538

539539
<Expandable title='Examples'>
540540
```javascript

0 commit comments

Comments
 (0)