From cd385a23b33b606cbed82a8f49c2a59da872ac17 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 23 Dec 2020 10:34:22 +1100 Subject: [PATCH] docs: fix simple typo, specfic -> specific There is a small typo in contributing.md. Should read `specific` rather than `specfic`. --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index aa1ed9654e3..9f35d10625e 100644 --- a/contributing.md +++ b/contributing.md @@ -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