Skip to content

Commit f27c12f

Browse files
committed
docs: fix typo in example
1 parent a72a585 commit f27c12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/wiki.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ epiweeks `201940` and `202001-202010` (11 weeks total) for hours 0 and 12 in Eng
120120
<script src="delphi_epidata.js"></script>
121121
<!-- Fetch data -->
122122
<script>
123-
EpidataAsync.fluview_clinical(['influenza'], null, [201940, Epidata.range(202001, 202010)], [0, 12]).then((res) => {
123+
EpidataAsync.wiki(['influenza'], null, [201940, Epidata.range(202001, 202010)], [0, 12]).then((res) => {
124124
console.log(res.result, res.message, res.epidata != null ? res.epidata.length : 0);
125125
});
126126
</script>

0 commit comments

Comments
 (0)