Skip to content

Commit cd385a2

Browse files
committed
docs: fix simple typo, specfic -> specific
There is a small typo in contributing.md. Should read `specific` rather than `specfic`.
1 parent 063eb06 commit cd385a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ pytest packages/python/plotly/plotly/tests/test_core/
280280
pytest plotly/tests/test_plotly/test_plot.py
281281
```
282282

283-
or for a specfic test function
283+
or for a specific test function
284284

285285
```bash
286286
pytest plotly/tests/test_plotly/test_plot.py::test_function

0 commit comments

Comments
 (0)