Skip to content

Commit

Permalink
docs: fix simple typo, specfic -> specific
Browse files Browse the repository at this point in the history
There is a small typo in contributing.md.

Should read `specific` rather than `specfic`.
  • Loading branch information
timgates42 committed Dec 22, 2020
1 parent 063eb06 commit cd385a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing.md
Expand Up @@ -280,7 +280,7 @@ pytest packages/python/plotly/plotly/tests/test_core/
pytest plotly/tests/test_plotly/test_plot.py
```

or for a specfic test function
or for a specific test function

```bash
pytest plotly/tests/test_plotly/test_plot.py::test_function
Expand Down

0 comments on commit cd385a2

Please sign in to comment.