docs: fix minor grammar errors#25372
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Heads-up for reviewers (cc @craig-osterhout): Two files in this PR are being removed in #25373:
The other three files don't overlap with that PR:
Happy to drop the two GitHub Actions guide files from this PR to avoid a modify/delete conflict — just let me know if you'd prefer that, or if you'd rather merge this one first. |
|
hey @rafaelcoelhox thanks for raising this PR - yeah if you could drop the updates to the pages that are being removed, that would be grand 🙏 |
- Python/Ruby GitHub Actions CI guides: 'is runs' -> 'runs', 'of you' ->
'of your', and 'Login to Docker Hub' link text -> 'Log in to Docker Hub'
- configure-builder: 'of you workflow' -> 'of your workflow'
- bind-mount page: remove stray article ('the a container' -> 'the container')
- pre-seeding guide: 'let you access to' -> 'letting you access', 'define' -> 'defines'
1736962 to
dcfd3df
Compare
|
Done! dropped the changes to the two GitHub Actions guide pages (`python/configure-github-actions.md` and `ruby/configure-github-actions.md`). Now only touches the three non-overlapping files. Thanks @dvdksn! |
Description
Fix several small grammar errors across the docs:
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" stepa node in an underlying step of you workflow→of your workflowinside the a container→inside the containerlet you access to the Postgres database→letting you access the Postgres database;It also define→It also definesReviews