Skip to content

Commit

Permalink
fix: typos in contribution guide (#108)
Browse files Browse the repository at this point in the history
Because

- (write the reason why we need to consider this PR in a list)

This commit

- (write the summary of all commits in this PR in a list)
  • Loading branch information
jvallesm committed Apr 29, 2024
1 parent 3957579 commit f01c049
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit f01c049

Please sign in to comment.