Skip to content

Commit 078b657

Browse files
minor text fix
1 parent 17456d8 commit 078b657

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ let options = {
693693
cached: 0, // check for the repeat view
694694
};
695695

696-
// Retrieving response body (Make sure you've enabled the save response body)
696+
// Retrieving response body (Make sure you've enabled the save response body on this test)
697697
wpt.getResponseBody(testID, options, (err, result) => {
698698
if (result) {
699699
console.log(result);

getResponseBody.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let options = {
1111
cached: 1, // check for the repeat view
1212
};
1313

14-
// Retrieving response body (Make sure you've enabled the save response body)
14+
// Retrieving response body (Make sure you've enabled the save response body on this test)
1515
wpt.getResponseBody(testID, options, (err, result) => {
1616
if (result) {
1717
console.log(result);

0 commit comments

Comments
 (0)