Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
Fixed typo `pnly` => `only`
  • Loading branch information
WadeGulbrandsen authored Nov 14, 2024
1 parent 9d1d480 commit 18c9a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ class Logging {
* empty filter matches all log entries.
* @property {object} [gaxOptions] Request configuration options, outlined
* here: https://googleapis.github.io/gax-nodejs/global.html#CallOptions.
* @property {string} [log] A name of the log specifying to pnly return
* @property {string} [log] A name of the log specifying to only return
* entries from this log.
* @property {number} [maxApiCalls] Maximum number of API calls to make.
* @property {number} [maxResults] Maximum number of items plus prefixes to
Expand Down

0 comments on commit 18c9a84

Please sign in to comment.