Skip to content

Commit 3d54932

Browse files
Merge pull request #245 from SerenaW2020/patch-1
Update editviewer.md
2 parents ebbd17e + b5bed03 commit 3d54932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/viewers/editviewer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The method [`rotate()`]({{ site.api }}class/editviewer.html#rotate) is used to r
4747

4848
### Crop
4949

50-
The method [`crop()`]({{ site.api }}class/editviewer.html#crop) is used to crop the pages. If the rectangle selection is exceeds the bounds of the page, it won't take effect.
50+
The method [`crop()`]({{ site.api }}class/editviewer.html#crop) is used to crop the pages. If the rectangle selection exceeds the bounds of the page, it won't take effect.
5151

5252
**Use cases**
5353

@@ -206,4 +206,4 @@ Using [`getSelectedAnnotations`]({{ site.api }}class/editviewer.html#getselected
206206

207207
```typescript
208208
const annotations = editViewer.getSelectedAnnotations();
209-
```
209+
```

0 commit comments

Comments
 (0)