Skip to content

Commit

Permalink
Typo (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktong authored Mar 13, 2023
1 parent d39a92b commit f23c96d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ type Watcher interface {

// ConfigAware is the interface that wraps the WithConfig method.
//
// Config enables provider could load configuration from providers before it,
// and use it in Load and Watch methods.
// WithConfig enables provider loads configuration from providers
// before it in Load and Watch methods.
//
// New() ensures the Config is called before Load and Watch.
// It ensures the WithConfig is called before Load and Watch.
type ConfigAware interface {
WithConfig(*Config)
}

0 comments on commit f23c96d

Please sign in to comment.