From 5257de0d0490de2bd58a867a198c7b31ed5a301a Mon Sep 17 00:00:00 2001 From: Jingguo Yao Date: Sun, 10 Mar 2024 04:28:21 +0800 Subject: [PATCH] Fix typos (#77) --- README.md | 2 +- packages/perfect-freehand/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5cf683..b805e00 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ const strokePoints = getStrokePoints(samplePoints) const outlinePoints = getOutlinePoints(strokePoints) ``` -**Note:** Internally, the `getStroke` function passes the result of `getStrokePoints` to `getStrokeOutlinePoints`, just as shown in this example. This means that, in this example, the result of `myOutlinePoints` will be the same as if the `samplePoints` array had been passed to `getStroke`. +**Note:** Internally, the `getStroke` function passes the result of `getStrokePoints` to `getStrokeOutlinePoints`, just as shown in this example. This means that, in this example, the result of `outlinePoints` will be the same as if the `samplePoints` array had been passed to `getStroke`. #### `StrokeOptions` diff --git a/packages/perfect-freehand/README.md b/packages/perfect-freehand/README.md index d5cf683..b805e00 100644 --- a/packages/perfect-freehand/README.md +++ b/packages/perfect-freehand/README.md @@ -231,7 +231,7 @@ const strokePoints = getStrokePoints(samplePoints) const outlinePoints = getOutlinePoints(strokePoints) ``` -**Note:** Internally, the `getStroke` function passes the result of `getStrokePoints` to `getStrokeOutlinePoints`, just as shown in this example. This means that, in this example, the result of `myOutlinePoints` will be the same as if the `samplePoints` array had been passed to `getStroke`. +**Note:** Internally, the `getStroke` function passes the result of `getStrokePoints` to `getStrokeOutlinePoints`, just as shown in this example. This means that, in this example, the result of `outlinePoints` will be the same as if the `samplePoints` array had been passed to `getStroke`. #### `StrokeOptions`