We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa3a3d commit d135d1eCopy full SHA for d135d1e
examples/testing-dom__download/public/index.html
@@ -27,7 +27,7 @@ <h3>Download PDF file</h3>
27
<h3>Download a remote CSV file</h3>
28
<a data-cy="download-remote-csv" href="http://localhost:9000/records.csv" download>remote records.csv</a>
29
30
- <h3>Download a remove XLSX file</h3>
+ <h3>Download a remote XLSX file</h3>
31
<a data-cy="download-remote-xlsx" href="http://localhost:9000/people.xlsx" download>remote people.xlsx</a>
32
33
<h3>Download a remote PNG image</h3>
0 commit comments