Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
docs: minor formatting in API support section (#1010)
Browse files Browse the repository at this point in the history
* docs: minor formatting in API support section

* docs: use word nonstandard
  • Loading branch information
AndersDJohnson authored and mhevery committed Feb 10, 2018
1 parent f22065e commit 2613109
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ See this video from ng-conf 2014 for a detailed explanation:

## Standard API support

zone.js patched most standard web APIs(such as DOM events, XMLHttpRequest...) and nodejs APIs
(EventEmitter,fs ...), for more details, please see [STANDARD-APIS.md](STANDARD-APIS.md).
zone.js patched most standard web APIs (such as DOM events, `XMLHttpRequest`, ...) and nodejs APIs
(`EventEmitter`, `fs`, ...), for more details, please see [STANDARD-APIS.md](STANDARD-APIS.md).

## Non standard API support
## Nonstandard API support

We are adding support to some non standard APIs, such as MediaQuery and
We are adding support to some nonstandard APIs, such as MediaQuery and
Notification. Please see [NON-STANDARD-APIS.md](NON-STANDARD-APIS.md) for more details.

## Modules
Expand Down

0 comments on commit 2613109

Please sign in to comment.