Skip to content

Commit 4ab4938

Browse files
Fix 33030 remove unnecessary period (github#33139)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent 5072e8d commit 4ab4938

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: content/get-started/start-your-journey/hello-world.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ As soon as you make a commit, you can open a pull request and start a discussion
113113
In this step, you'll open a pull request in your own repository and then merge it yourself. It's a great way to practise the {% data variables.product.product_name %} flow before working on larger projects.
114114

115115
1. Click the **Pull requests** tab of your `hello-world` repository.
116-
1. Click **New pull request**
116+
1. Click **New pull request**.
117117
1. In the **Example Comparisons** box, select the branch you made, `readme-edits`, to compare with `main` (the original).
118118
1. Look over your changes in the diffs on the Compare page, make sure they're what you want to submit.
119119

Diff for: content/get-started/start-your-journey/uploading-a-project-to-github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ It's a good idea to create a new repository for each individual project you're w
3636

3737
{% data reusables.repositories.create_new %}
3838
1. In the "Repository name" box, type a name for your project. For example, type "my-first-project."
39-
{% data reusables.repositories.add-description %}. For example, type "This is my first project on GitHub."
39+
{% data reusables.repositories.add-description %} For example, type "This is my first project on GitHub."
4040
{% data reusables.repositories.select-public-or-private %} Select "Public" if you want others to be able to see your project.
4141
{% data reusables.repositories.add-readme %} You will edit this file in a later step.
4242
{% data reusables.repositories.click-create %}

Diff for: data/glossaries/external.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@
291291
description: A section for hosting wiki style documentation on a GitHub repository.
292292
- term: gitfile
293293
description: >-
294-
A plain `.git` file, which is always at the root of a working tree and points to the Git directory, which has the entire Git repository and its meta data. You can view this file for your repository on the command line with `git rev-parse --git-dir`. That is the real repository.
294+
A plain `.git` file, which is always at the root of a working tree and points to the Git directory, which has the entire Git repository and its meta data. You can view this file for your repository on the command line with `git rev-parse --git-dir`.
295+
That is the real repository.
295296
- term: GraphQL
296297
description: >-
297298
A query language for APIs and a runtime for fulfilling those queries with

0 commit comments

Comments
 (0)