mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
d22eea2e85
## Description Fix several small grammar errors across the docs: - **GitHub Actions CI guides** (Python and Ruby): `This workflow is runs` → `This workflow runs`; `tab of you GitHub repository` → `of your GitHub repository`; `[Login to Docker Hub]` link text → `[Log in to Docker Hub]`, matching the adjacent "Set up Docker Buildx" step - **build/ci/github-actions/configure-builder**: `a node in an underlying step of you workflow` → `of your workflow` - **Bind mounts page** (get started): remove a stray article in image alt text — `inside the a container` → `inside the container` - **Database pre-seeding guide**: `let you access to the Postgres database` → `letting you access the Postgres database`; `It also define` → `It also defines` ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review