Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vunb committed Sep 11, 2019
1 parent f54bceb commit 146d2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/extensions/discover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import * as cache from './location-cache';

/**
* Discover options can be:
* + string: /path/to/discover
* + boolean: true/false
* + string: '/path/to/discover'
* + array: [true, 2, '/path/to/discover', '/path2']
*/
export type DiscoverOptions = string | boolean | [boolean, number, ...string[]];
Expand Down

0 comments on commit 146d2e4

Please sign in to comment.