Skip to content

Commit 1b4f698

Browse files
Merge pull request #3299 from jamespeapen/patch-2
Fix typo: missing 'as'
2 parents 17b7c27 + 758e3ce commit 1b4f698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/interactive-html-export.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Plotly figures are interactive when viewed in a web browser: you can hover over
4141
<!-- #region -->
4242
### Saving to an HTML file
4343

44-
Any figure can be saved an HTML file using the `write_html` method. These HTML files can be opened in any web browser to access the fully interactive figure.
44+
Any figure can be saved as an HTML file using the `write_html` method. These HTML files can be opened in any web browser to access the fully interactive figure.
4545

4646
```python
4747
import plotly.express as px

0 commit comments

Comments
 (0)