Skip to content

docs: Fix simple typo, asynchronousity -> asynchronicity #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ will allow us to push our generator forward and evaluate a new expression. While
contrived, we can utilize Generators to write asynchronous code in a synchronous manner:

```javascript
// Hiding asynchronousity with Generators
// Hiding asynchronicity with Generators

function request(url) {
getJSON(url, function(response) {
Expand Down Expand Up @@ -1220,4 +1220,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

<sup>[(back to table of contents)](#table-of-contents)</sup>
<sup>[(back to table of contents)](#table-of-contents)</sup>
4 changes: 2 additions & 2 deletions README_zhCn.md
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ var generator = sillyGenerator();
我们能利用Generators来像书写同步代码一样书写异步代码。

```javascript
// Hiding asynchronousity with Generators
// Hiding asynchronicity with Generators

function request(url) {
getJSON(url, function(response) {
Expand Down Expand Up @@ -1082,4 +1082,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

<sup>[(回到目录)](#table-of-contents)</sup>
<sup>[(回到目录)](#table-of-contents)</sup>