Skip to content

Commit

Permalink
dev docs quick fix (#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpantz authored Feb 2, 2024
1 parent c5db196 commit f6152ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ The final line of this message is the blueprint for the pull request.

## Use Go workspaces

In case you want to develop cnquery, cnspec, and providers at the same time, you can use Go workspaces. This allows you
If you want to develop cnquery, cnspec, and providers at the same time, you can use Go workspaces. This allows you
to use the latest updates from the different repos without having to commit and push changes.

Here is a sample config for `go.work` in the root folder of `cnquery` and `cnspec`:
Expand Down Expand Up @@ -203,7 +203,7 @@ use (

## Providers development best practices

The more time we spend building providers, the more learn how to do better in the future. Here we describe learnings that will help you get started with providers development.
The more time we spend building providers, the more we learn how to do better in the future. Here we describe learnings that will help you get started with providers development.

### Referencing MQL resources
Often we have a top-level MQL resource, which we want to reference in another top-level resource.
Expand Down

0 comments on commit f6152ae

Please sign in to comment.