Small fixes to English around rrwebRecord / rrweb.record (#41)

* Small fixes to English around rrwebRecord / rrweb.record

* Fix missing word
This commit is contained in:
Mike MacCana
2026-04-01 12:00:00 +08:00
committed by yz-yu
parent eb29b74281
commit 2a4c40ff0b

View File

@@ -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