Skip to content

Docs: Typo in docstring example #488

@juleswg23

Description

@juleswg23

The docstring example for initiating the Connect API client has a typo.

connectapi/R/connect.R

Lines 5 to 12 in c05ab8f

#' @section Usage:
#' \preformatted{
#' client <- Connect$new(server = 'connect.example.com',
#' apiKey = 'mysecretkey')
#' client$get_apps()
#' client$get_tags()
#' }
#'

apiKey should be api_key

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions