Skip to content

Commit 9d10bb8

Browse files
authored
docs(xhr-http-request): fix redundant wording (#3802)
1 parent 7462b07 commit 9d10bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/xhr-http-handler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ handler.on(XhrHttpHandler.EVENTS.PROGRESS, (progress, request) => {
8686
);
8787
console.log(
8888
request // contains the request information to differentiate
89-
// different requests from the same handler.
89+
// requests from the same handler.
9090
)
9191
}
9292
});

0 commit comments

Comments
 (0)