Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Gillespie <[email protected]>
  • Loading branch information
kylegalbraith and jacobwgillespie authored Sep 5, 2023
1 parent 8782fd0 commit 8d7d834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/guides/docker-build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Again, you can confirm that builds are going to your Depot project by looking fo

### `docker compose build`

Underneath the hood, `docker compose build` uses `docker buildx build` to build your images. As a result, you can use `docker compose build` as usual, and your builds will be sent to Depot.
Under the hood, `docker compose build` uses `docker buildx build` to build your images. As a result, you can use `docker compose build` as usual, and your builds will be sent to Depot.

```shell
docker compose build
Expand Down
2 changes: 1 addition & 1 deletion content/overview/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ curl -L https://depot.dev/install-cli.sh | sh -s 0.25.0

For all other platforms, you can download the binary directly from [the latest release](https://github.com/depot/cli/releases).

## Creating an organizations
## Creating an organization

Organizations are the top level entity in Depot. They typically represent a single company or team. Billing details are attached to an organization.

Expand Down

0 comments on commit 8d7d834

Please sign in to comment.