Browse Source

Remove one extraneous backtick from line 116 of 'codebase-overview.md' (#8724). (#8726)

main
Richie Thomas 8 years ago
committed by Brandon Dail
parent
commit
88ef3f885e
  1. 2
      contributing/codebase-overview.md

2
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;

Loading…
Cancel
Save