From 1cdfe8d91215eefaa18c398069dd9c6879a9511d Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 31 Mar 2020 09:37:38 +0100 Subject: Prevented (and corrected) single backtick usage in docs. --- docs/internals/contributing/writing-code/javascript.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/internals/contributing/writing-code/javascript.txt') diff --git a/docs/internals/contributing/writing-code/javascript.txt b/docs/internals/contributing/writing-code/javascript.txt index bcb83d18bc..b8ff4de210 100644 --- a/docs/internals/contributing/writing-code/javascript.txt +++ b/docs/internals/contributing/writing-code/javascript.txt @@ -131,8 +131,8 @@ Testing from the command line To run the tests from the command line, you need to have `Node.js`_ installed. -After installing `Node.js`, install the JavaScript test dependencies by running -the following from the root of your Django checkout: +After installing ``Node.js``, install the JavaScript test dependencies by +running the following from the root of your Django checkout: .. console:: -- cgit v1.3