Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
ehmicky and sindresorhus committed May 23, 2019
1 parent 183bdbe commit 10f27b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ declare const execa: {
command(command: string, options?: execa.Options<null>): execa.ExecaChildProcess<Buffer>;

/**
Same as `execa.command()` but synchronously.
Same as `execa.command()` but synchronous.
@param command - The program/script to execute and its arguments.
@returns A result `Object` with `stdout` and `stderr` properties.
Expand Down

0 comments on commit 10f27b2

Please sign in to comment.