From c3ced78e1608e63b5b3a9bca0c66cc11f4029605 Mon Sep 17 00:00:00 2001 From: Nayk0 Date: Wed, 8 Jan 2025 14:26:03 +0100 Subject: [PATCH] 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 --- docs/docs/guides/upgrading-to-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/upgrading-to-2.md b/docs/docs/guides/upgrading-to-2.md index 73ce5a45ce..7ba133446b 100644 --- a/docs/docs/guides/upgrading-to-2.md +++ b/docs/docs/guides/upgrading-to-2.md @@ -36,7 +36,7 @@ The difference between `onEnd` and `onFinalize` is that the `onEnd` will be call ### Configuring the gestures -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: +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: ```jsx return (