Skip to content

Commit 43049c1

Browse files
authored
typo
1 parent cade7e7 commit 43049c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ The *filter*, *sort* and *reverse* transforms are also available as functions, a
10131013
Plot.sort("body_mass_g", options) // show data in ascending body mass order
10141014
```
10151015

1016-
Sorts the data by the specified *order*, which can be an acessor function, a comparator function, or a channel value definition such as a field name.
1016+
Sorts the data by the specified *order*, which can be an accessor function, a comparator function, or a channel value definition such as a field name.
10171017

10181018
### Plot.reverse(*options*)
10191019

0 commit comments

Comments
 (0)