my blog https://overreacted.io
53
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typo (`interpert` -> `interpret`) (#840)

authored by

James Karlsson and committed by
GitHub
a988f7e3 54f240ec

+1 -1
+1 -1
public/react-for-two-computers/index.md
··· 734 734 } 735 735 ``` 736 736 737 - Now, if you pass empty `knownTags` to `interpert`, you'll get the original call tree: 737 + Now, if you pass empty `knownTags` to `interpret`, you'll get the original call tree: 738 738 739 739 ```js 740 740 interpret(greeting(), {});