We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebbd17e + b5bed03 commit 3d54932Copy full SHA for 3d54932
features/viewers/editviewer.md
@@ -47,7 +47,7 @@ The method [`rotate()`]({{ site.api }}class/editviewer.html#rotate) is used to r
47
48
### Crop
49
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.
+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.
51
52
**Use cases**
53
@@ -206,4 +206,4 @@ Using [`getSelectedAnnotations`]({{ site.api }}class/editviewer.html#getselected
206
207
```typescript
208
const annotations = editViewer.getSelectedAnnotations();
209
-```
+```
0 commit comments