We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba3c1d commit 3441270Copy full SHA for 3441270
src/Page/AnnotationLayer.jsx
@@ -70,7 +70,7 @@ export default class AnnotationLayer extends Component {
70
const { page } = context;
71
72
if (!page) {
73
- throw new Error('Attempted to load page text content, but no page was specified.');
+ throw new Error('Attempted to load page annotations, but no page was specified.');
74
}
75
76
this.runningTask = makeCancellable(page.getAnnotations());
0 commit comments