Skip to content

Commit

Permalink
Fix mistakes in the codebase overview (#7834)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzotov authored and gaearon committed Sep 29, 2016
1 parent 4f345e0 commit 16ac141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/codebase-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ warning(

**The warning is shown when the `warning` condition is `false`.**

One way to think about it is that the condition should reflect the normal situtation rather than the exceptional one.
One way to think about it is that the condition should reflect the normal situation rather than the exceptional one.

It is a good idea to avoid spamming the console with duplicate warnings:

Expand Down Expand Up @@ -167,7 +167,7 @@ The code for React core is located in [`src/isomorphic`](https://github.com/face

>**Note:**
>
>Until very recently, `react` npm package and `react.js` standalone build contained all React code (inlcuding React DOM) rather than just the core. This was done for backwards compatibility and historical reasons. Since React 15.4.0, the core is better separated in the build output.
>Until very recently, `react` npm package and `react.js` standalone build contained all React code (including React DOM) rather than just the core. This was done for backwards compatibility and historical reasons. Since React 15.4.0, the core is better separated in the build output.
>
>There is also an additional standalone browser build called `react-with-addons.js` which we will consider separately further below.

Expand Down

0 comments on commit 16ac141

Please sign in to comment.