Skip to content

Commit f643c69

Browse files
docs: fix global function name reference in cdn_react.md (#84)
1 parent 706d93e commit f643c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cdn_react.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ boundaries](https://reactjs.org/blog/2017/07/26/error-handling-in-react-16.html)
6464
that record uncaught errors using the web client's `recordError` command:
6565

6666
```typescript
67-
declare function nexus(operation: string, payload: any): void;
67+
declare function cwr(operation: string, payload: any): void;
6868

6969
class App extends Component {
7070
...
@@ -74,4 +74,4 @@ class App extends Component {
7474
};
7575
...
7676
}
77-
```
77+
```

0 commit comments

Comments
 (0)