Skip to content

Commit

Permalink
Merge pull request #390 from cpanato/fix_typos
Browse files Browse the repository at this point in the history
Fix typos in the development doc
  • Loading branch information
k8s-ci-robot authored Jun 22, 2021
2 parents c5ef4c2 + b9f14fa commit 03325ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ To use [Tilt](https://tilt.dev/) for a simplified development workflow, follow t

> you may wish to checkout out the correct version of CAPI to match the [version used in CAPG][go.mod]
Note that `tilt up` will be run from the `cluster-api repository` directory and the `tilt-settings.json` file will point back to the `cluster-api-provider-azure` repository directory. Any changes you make to the source code in `cluster-api` or `cluster-api-provider-azure` repositories will automatically redeployed to the `kind` cluster.
Note that `tilt up` will be run from the `cluster-api repository` directory and the `tilt-settings.json` file will point back to the `cluster-api-provider-gcp` repository directory. Any changes you make to the source code in `cluster-api` or `cluster-api-provider-gcp` repositories will automatically redeployed to the `kind` cluster.

After you have cloned both repositories, your folder structure should look like:

Expand Down

0 comments on commit 03325ab

Please sign in to comment.