From 88ef3f885e4b6b933839415549b770b3251ca4d3 Mon Sep 17 00:00:00 2001 From: Richie Thomas Date: Mon, 9 Jan 2017 15:06:37 -0500 Subject: [PATCH] Remove one extraneous backtick from line 116 of 'codebase-overview.md' (#8724). (#8726) --- contributing/codebase-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/codebase-overview.md b/contributing/codebase-overview.md index 328f77e1..d0062cf3 100644 --- a/contributing/codebase-overview.md +++ b/contributing/codebase-overview.md @@ -113,7 +113,7 @@ One way to think about it is that the condition should reflect the normal situat It is a good idea to avoid spamming the console with duplicate warnings: -````js +```js var warning = require('warning'); var didWarnAboutMath = false;