Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo Update README.md #1687

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Typo Update README.md #1687

wants to merge 1 commit into from

Conversation

mdqst
Copy link

@mdqst mdqst commented Nov 16, 2024

Description

In the "Docker Dev Environments" section of the documentation, there was a typo in the Git command. The command incorrectly used get fetch, which is not a valid Git command. The correct command is git fetch.

Changes made:

  • Replaced get fetch with git fetch.

Importance of the fix

This typo could lead to confusion for users who are trying to follow the instructions, especially those who are not familiar with Git. Using the incorrect command (get fetch) would result in an error, preventing users from updating their Git repository correctly. Correcting this ensures that the instructions are clear and functional, allowing users to proceed with setting up the Docker development environment without issues.

Fix typo in Git command in "Docker Dev Environments" section
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant