Skip to content

Commit

Permalink
Small fixes to English around rrwebRecord / rrweb.record (rrweb-io#41)
Browse files Browse the repository at this point in the history
* Small fixes to English around rrwebRecord / rrweb.record

* Fix missing word
  • Loading branch information
mikemaccana authored and Yuyz0112 committed Jan 18, 2019
1 parent e3de1f7 commit 8fde00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ rrweb does **not** support IE11 and below, because it uses the `MutationObserver

### Record

If you only include record code with `<script>`, then you can use the global variable `rrwebRecord` which is the same as `rrweb.record`.
**If you only included the record code with `<script>`**, then you must use the global variable `rrwebRecord` instead of `rrweb.record`.
The following sample code will use the variable `rrweb` which is the default exporter of this library.

```js
Expand Down

0 comments on commit 8fde00a

Please sign in to comment.