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

Fix capitalization error in sentence by adding an uppercase letter at… #10722

Merged
merged 3 commits into from Jun 27, 2023

Conversation

aroramrinaal
Copy link

Proposed changes

I made a documentation change to fix a missing uppercase letter at the beginning of a sentence. The specific fix is as follows:

Change in the original documentation:
From: "the following command starts the web service and runs bash as its command:"
To: "The following command starts the web service and runs bash as its command:"
The purpose of this change is to ensure proper capitalization and improve the readability and consistency of the documentation.

Closes #10721

… beginning

Signed-off-by: aroramrinaal <aroramrinaal@gmail.com>
@ndeloof ndeloof enabled auto-merge (rebase) June 19, 2023 06:57
@codecov
Copy link

codecov bot commented Jun 19, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.06 🎉

Comparison is base (db24023) 58.91% compared to head (be403a2) 58.97%.

Additional details and impacted files
@@            Coverage Diff             @@
##               v2   #10722      +/-   ##
==========================================
+ Coverage   58.91%   58.97%   +0.06%     
==========================================
  Files         113      113              
  Lines        9787     9787              
==========================================
+ Hits         5766     5772       +6     
+ Misses       3429     3425       -4     
+ Partials      592      590       -2     

see 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ndeloof
Copy link
Contributor

ndeloof commented Jun 19, 2023

Please run make docs to get doc files generated from reference

auto-merge was automatically disabled June 26, 2023 04:03

Head branch was pushed to by a user without write access

Ran 'make docs' to generate updated doc files from the reference.

Signed-off-by: aroramrinaal <aroramrinaal@gmail.com>
@aroramrinaal
Copy link
Author

Please run make docs to get doc files generated from reference

@ndeloof @laurazard , I made the necessary changes and also ran the make docs command to get doc files generated from reference.

@ndeloof ndeloof enabled auto-merge (rebase) June 26, 2023 14:14
@ndeloof ndeloof merged commit 3906a7a into docker:v2 Jun 27, 2023
25 checks passed
@aroramrinaal aroramrinaal deleted the my-doc-contribution branch June 27, 2023 20:50
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.

Missing upper letter on first word of sentence
3 participants