mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
fix typo
This commit is contained in:
parent
00e1b58cd9
commit
b3a068aede
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ arguments will be provided:
|
||||||
our wrapping applied.
|
our wrapping applied.
|
||||||
|
|
||||||
Since the `script` is just a function body, these values will already be
|
Since the `script` is just a function body, these values will already be
|
||||||
defined, so you don't have to (see examples below).
|
defined, so you don't have to import them (see examples below).
|
||||||
|
|
||||||
See [octokit/rest.js](https://octokit.github.io/rest.js/) for the API client
|
See [octokit/rest.js](https://octokit.github.io/rest.js/) for the API client
|
||||||
documentation.
|
documentation.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue