Commit 7388072f authored by Hamdi Allam's avatar Hamdi Allam

typo

parent 551a25a1
......@@ -148,7 +148,7 @@ func (l1Etl *L1ETL) Start(ctx context.Context) error {
}
}
// Notify returns a channel that'll recieve a value every time new data has
// Notify returns a channel that'll receive a value every time new data has
// been persisted by the L1ETL
func (l1Etl *L1ETL) Notify() <-chan interface{} {
receiver := make(chan interface{})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment