Skip to content

Commit ae7b7eb

Browse files
hadleyatheriel
andauthored
Apply suggestions from code review
Co-authored-by: Aaron Jacobs <[email protected]>
1 parent 4918adf commit ae7b7eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
* `oauth_flow_auth_code()` gains a `redirect_uri` argument rather than deriving
44
this URL automatically from the `host_name` and `port` (#248). It uses
5-
this field to automatically which strategy to use for gathering the auth
6-
info, either launching a temporary web server or, new, allowing you to
5+
this field to automatically choose which strategy to use for gathering the auth
6+
code, either launching a temporary web server or, new, allowing you to
77
manually enter the details with the help of a custom JS/HTML page hosted
88
elsewhere.
99

R/oauth-flow-auth-code.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ req_oauth_auth_code <- function(req, client,
133133
#' httr2 supports two forms of redirect. Firstly, you can use a `localhost`
134134
#' url (the default), in which case httr2 will set up a temporary webserver
135135
#' to listen for the redirect. This works well when you are working on your
136-
#' own laptop. In this case, httr2 will automatically append a random port.
136+
#' own computer. In this case, httr2 will automatically append a random port.
137137
#' If you need to set it to a fixed port because the API requires
138138
#' it, then specify it with (e.g.) `"http://localhost:1011"`
139139
#'

0 commit comments

Comments
 (0)