| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9a44c8c commit dd12661
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -163,7 +163,7 @@ event: | |||
| 163 | 163 | ||
| 164 | 164 | ```js | |
| 165 | 165 | somePromise.then((res) => { | |
| 166 | - return reportToUser(JSON.parse(res)); // note the typo | ||
| 166 | + return reportToUser(JSON.pasre(res)); // note the typo (`pasre`) | ||
| 167 | 167 | }); // no `.catch` or `.then` | |
| 168 | 168 | ``` | |
| 169 | 169 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments