Skip to content

Commit

Permalink
Fix typo in element/README (#2183)
Browse files Browse the repository at this point in the history
* Fix typo in element/README

catestrophic => catastrophic

* Add jblz to the contributors list
  • Loading branch information
jblz authored and nylen committed Aug 3, 2017
1 parent 207274b commit a1b1886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@ This list is manually curated to include valuable contributions by volunteers th
| @dixitadusara | |
| @ameeker | |
| @StaggerLeee | |
| @jblz | |
2 changes: 1 addition & 1 deletion element/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Element is, quite simply, an abstraction layer atop [React](https://facebook.git

You may find yourself asking, "Why an abstraction layer?". For a few reasons:

- In many applications, especially those extended by a rich plugin ecosystem as is the case with WordPress, it's wise to create interfaces to underlying third-party code. The thinking is that if ever a need arises to change or even replace the underlying implementation, it can be done without catestrophic rippling effects to dependent code, so long as the interface stays the same.
- In many applications, especially those extended by a rich plugin ecosystem as is the case with WordPress, it's wise to create interfaces to underlying third-party code. The thinking is that if ever a need arises to change or even replace the underlying implementation, it can be done without catastrophic rippling effects to dependent code, so long as the interface stays the same.
- It provides a mechanism to shield implementers by omitting features with uncertain futures (`createClass`, `PropTypes`).
- It helps avoid incompatibilities between versions by ensuring that every plugin operates on a single centralized version of the code.

Expand Down

0 comments on commit a1b1886

Please sign in to comment.