Skip to content

Commit 8223e53

Browse files
aforismesenfacebook-github-bot
authored andcommitted
Fix typo (#1913)
Summary: **Summary** This PR fixed the following typo: * `overwritting` -> `overwriting` * `as early as possibly` -> `as early as possible` Pull Request resolved: facebookarchive/draft-js#1913 Differential Revision: D10481696 fbshipit-source-id: c6a482d212c744ed6ccf3b8b8410413cac22cd85
1 parent a6d68d7 commit 8223e53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Advanced-Topics-Custom-Block-Render.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Draft default block render map can be overwritten, by passing an
3838
[Immutable Map](http://facebook.github.io/immutable-js/docs/#/Map) to
3939
the editor blockRender props.
4040

41-
*example of overwritting default block render map:*
41+
*example of overwriting default block render map:*
4242

4343
```js
4444
// The example below deliberately only allows

docs/Advanced-Topics-Issues-and-Pitfalls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ many examples but you are free to use
8383
[babel-polyfill](https://babeljs.io/docs/usage/polyfill/) if that's more
8484
your scene.
8585

86-
When using either polyfill/shim, you should include it as early as possibly in
86+
When using either polyfill/shim, you should include it as early as possible in
8787
your application's entrypoint (at the very minimum, before you import Draft).
8888
For instance, using
8989
[create-react-app](https://github.com/facebookincubator/create-react-app) and

0 commit comments

Comments
 (0)