Skip to content

Commit

Permalink
Typo fix s/methods/members/
Browse files Browse the repository at this point in the history
As requested by jpetitcolas at marmelab#249 (comment)
  • Loading branch information
sedy-bot authored and papigers committed Dec 23, 2020
1 parent 215e944 commit 383b6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ You can either use D3 as a specific import (specifying it in first argument of `

**[Configuration Reference](./docs/configuration.md)**

In addition to this configuration object, it also exposes some public methods allowing you to customize your application based on filtered data:
In addition to this configuration object, it also exposes some public members allowing you to customize your application based on filtered data:

* **scale()** provides the horizontal scale, allowing you to retrieve bounding dates thanks to `.scale().domain()`,
* **filteredData()** returns an object with both `data` and `fullData` keys containing respectively bounds filtered data and full dataset.
Expand Down

0 comments on commit 383b6b1

Please sign in to comment.