Merge pull request #18900 from dvdksn/contributing-fix-typo

fix: buildx bake typo
This commit is contained in:
Sebastiaan van Stijn 2023-12-11 22:37:04 +01:00 committed by GitHub
commit d3bb158357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ test your site locally first. Local tests check for broken links, incorrectly
formatted markup, and other things. To run the tests:
```console
$ docker build bake validate
$ docker buildx bake validate
```
If this command doesn't result in any errors, you're good to go!