Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/commit.R
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ commit <- function(repo = ".",
##' @param reverse Sort the commits in reverse order; can be combined
##' with topological and/or time sorting. Default is FALSE.
##' @param n The upper limit of the number of commits to output. The
##' defualt is NULL for unlimited number of commits.
##' default is NULL for unlimited number of commits.
##' @return list of commits in repository
##' @export
##' @examples
Expand Down
2 changes: 1 addition & 1 deletion R/credential.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cred_env <- function(username = NULL, password = NULL) {
##' \url{https://help.github.com/articles/creating-an-access-token-for-command-line-use/}
##' @family git credential functions
##' @param token The name of the environmental variable that holds the
##' personal access token for the authentication. Defualt is
##' personal access token for the authentication. Default is
##' \code{GITHUB_PAT}.
##' @return A list of class \code{cred_token} with entry:
##' \describe{
Expand Down
2 changes: 1 addition & 1 deletion man/commits.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/cred_token.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.