Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

fix: typos in contribution guide #108

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ $ make build
changes into account, you need reference them.

```sh
go mod edit -replace="github.com/instill-ai/component=../component"
$ go mod edit -replace="github.com/instill-ai/component=../component"
```

Then, mount the `component` directory when running the `pipeline-backend`
Expand Down Expand Up @@ -612,7 +612,7 @@ func Init(logger *zap.Logger, usageHandler base.UsageHandler) *OperatorStore {
operatorUIDMap: map[uuid.UUID]*operator{},
operatorIDMap: map[string]*operator{},
}
// ...
// ...
opStore.Import(hello.Init(logger, usageHandler))
})

Expand Down
Loading