googleapis / nodejs-logging

Node.js client for Stackdriver Logging: Store, search, analyze, monitor, and alert on log data and events from Google Cloud Platform and Amazon Web Services (AWS).
https://cloud.google.com/logging/
Apache License 2.0
173 stars 63 forks source link

Fix minor typo in src/index.ts #1540

Open WadeGulbrandsen opened 12 hours ago

WadeGulbrandsen commented 12 hours ago

I noticed a small type in src/index.ts

In:

   * @property {string} [log] A name of the log specifying to pnly return

pnly should be only

I'm submitting a PR to fix it.