From 758e3ce393b08930d43ea3da3b03a01b1743094b Mon Sep 17 00:00:00 2001 From: James Eapen Date: Mon, 12 Jul 2021 14:12:23 -0400 Subject: [PATCH] Fix typo: missing 'as' --- doc/python/interactive-html-export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/interactive-html-export.md b/doc/python/interactive-html-export.md index 7581dd2128a..360e93db91f 100644 --- a/doc/python/interactive-html-export.md +++ b/doc/python/interactive-html-export.md @@ -41,7 +41,7 @@ Plotly figures are interactive when viewed in a web browser: you can hover over ### Saving to an HTML file -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. +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. ```python import plotly.express as px