From b2cc91e83a88f0caf7d8574335bb8b77c16f8e27 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) --- docs/contributing/codebase-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/codebase-overview.md b/docs/contributing/codebase-overview.md index 328f77e15a7c5..d0062cf331b78 100644 --- a/docs/contributing/codebase-overview.md +++ b/docs/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;