Skip to content

Commit b25a727

Browse files
authored
code: missing article
1 parent 9c4712f commit b25a727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

detox/src/devices/Device.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class Device {
9898

9999
async takeScreenshot(name) {
100100
if (!name) {
101-
throw new Error('Cannot take screenshot with an empty name.');
101+
throw new Error('Cannot take a screenshot with an empty name.');
102102
}
103103

104104
return this.deviceDriver.takeScreenshot(name);

0 commit comments

Comments
 (0)