Skip to content

Commit c3ced78

Browse files
authored
fix(typo): there was a small typo in the upgrading to 2 guide (#3306)
## Description not important but it bugged me a little ## Test plan it was just a typo
1 parent 9620520 commit c3ced78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/guides/upgrading-to-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The difference between `onEnd` and `onFinalize` is that the `onEnd` will be call
3636

3737
### Configuring the gestures
3838

39-
The new gesture objects are configured in the builder-like pattern. Instead of properties, each gesture provides methods that allow for its customization. In most cases the names of the methods are the same as the relevant props, ot at least very similar. For example:
39+
The new gesture objects are configured in the builder-like pattern. Instead of properties, each gesture provides methods that allow for its customization. In most cases the names of the methods are the same as the relevant props, or at least very similar. For example:
4040

4141
```jsx
4242
return (

0 commit comments

Comments
 (0)