From 09c2820febcfcf791e595f26737a475b1504ef1a Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Tue, 5 Feb 2019 12:46:25 +0100 Subject: [PATCH] docs: s/javascript/JavaScript/ --- docs/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.rst b/docs/testing.rst index d8e89e417d..78866c6c53 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -131,7 +131,7 @@ You can run all of the unit-level tests using this command:: paver test -This includes python, javascript, and documentation tests. It does not, +This includes python, JavaScript, and documentation tests. It does not, however, run any acceptance tests. Note -