Skip to content

Commit 5375471

Browse files
authored
Merge pull request #382 from rileyhales/patch-2
Fixes typos in migration to v3 guide
2 parents 7254f8c + 9beec0f commit 5375471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/plotly_js/fundamentals/plotly-js-3-changes/2024-10-09-plotly-js-3-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Plotly.js 3 removes the following features that were deprecated in previous vers
2121

2222
`annotation.ref` has been removed. Use `annotation.xref` and `annotation.yref` instead.
2323

24-
Here's an example using `annotation.ref`, followed by teh same example rewritte to use `annotation.xref` and `annotation.yref`:
24+
Here's an example using `annotation.ref`, followed by the same example rewritten to use `annotation.xref` and `annotation.yref`:
2525

2626
```js
2727
...

0 commit comments

Comments
 (0)