Skip to content

Commit 5d35297

Browse files
afontcugruhn
authored andcommitted
Update README.md
1 parent 3eda984 commit 5d35297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ By default detected QR codes are visually highlighted. A transparent canvas over
158158

159159
You can also pass a function with `track` to customize the way the location is painted. This function is called to produce each frame. It receives the location object as the first argument and a `CanvasRenderingContext2D` instance as the second argument.
160160

161-
> Avoid access to reactive properties in this function (like stuff in `data`, `computed` or your Vuex store). The function is called several times a second and might cause memory leaks. If you want to be save don't access `this` at all.
161+
> Avoid access to reactive properties in this function (like stuff in `data`, `computed` or your Vuex store). The function is called several times a second and might cause memory leaks. If you want to be safe don't access `this` at all.
162162
163163
Say you want to paint in a different color that better fits your overall page theme.
164164

0 commit comments

Comments
 (0)