fix typo
This commit is contained in:
parent
919b54f4f4
commit
4cd1950cd0
|
@ -30,7 +30,7 @@ type Builder interface {
|
|||
// configuration.
|
||||
//
|
||||
// Prepare should return a list of variables that will be made accessible to
|
||||
// users during the provison methods, a list of warnings along with any
|
||||
// users during the provision methods, a list of warnings along with any
|
||||
// errors that occurred while preparing.
|
||||
Prepare(...interface{}) ([]string, []string, error)
|
||||
|
||||
|
|
Loading…
Reference in New Issue