Small typo in comment

`read` spelled `reead`
This commit is contained in:
Louis DeJardin 2019-01-15 14:59:05 -08:00 committed by Matt Ellis
parent 20b9d9746d
commit f35d4cd017

View file

@ -22,7 +22,7 @@ import (
"github.com/pulumi/pulumi/pkg/workspace"
)
// Provider presents a simple interface for orchestrating resource create, reead, update, and delete operations. Each
// Provider presents a simple interface for orchestrating resource create, read, update, and delete operations. Each
// provider understands how to handle all of the resource types within a single package.
//
// This interface hides some of the messiness of the underlying machinery, since providers are behind an RPC boundary.