Skip to content

Commit d135d1e

Browse files
fix(typo): remove -> remote (#890)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
1 parent daa3a3d commit d135d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/testing-dom__download/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h3>Download PDF file</h3>
2727
<h3>Download a remote CSV file</h3>
2828
<a data-cy="download-remote-csv" href="http://localhost:9000/records.csv" download>remote records.csv</a>
2929

30-
<h3>Download a remove XLSX file</h3>
30+
<h3>Download a remote XLSX file</h3>
3131
<a data-cy="download-remote-xlsx" href="http://localhost:9000/people.xlsx" download>remote people.xlsx</a>
3232

3333
<h3>Download a remote PNG image</h3>

0 commit comments

Comments
 (0)