Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
680c62a5
Commit
680c62a5
authored
Dec 04, 2021
by
Jonston Chan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix various small typos in docs
parent
c7b926d2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
doc/api/discussions.md
doc/api/discussions.md
+1
-1
doc/ci/pipelines/job_artifacts.md
doc/ci/pipelines/job_artifacts.md
+1
-1
doc/user/project/merge_requests/reviews/index.md
doc/user/project/merge_requests/reviews/index.md
+1
-1
No files found.
doc/api/discussions.md
View file @
680c62a5
...
...
@@ -987,7 +987,7 @@ addition by referencing line 157 in the *new* file:
```
shell
curl
--request
POST
--header
"PRIVATE-TOKEN: [ACCESS_TOKEN]"
\
--form
"note=This is brilliant!"
--form
"path=hello.rb"
\
--form
"line=157"
--form
"line_type=
old
"
\
--form
"line=157"
--form
"line_type=
new
"
\
"https://gitlab.com/api/v4/projects/47/repository/commits/<COMMIT_ID>/comments"
```
...
...
doc/ci/pipelines/job_artifacts.md
View file @
680c62a5
...
...
@@ -283,7 +283,7 @@ test:
```
With this configuration, GitLab adds a link
**artifact 1**
to the relevant merge request
that points to
`file
1
.txt`
. To access the link, select
**View exposed artifact**
that points to
`file.txt`
. To access the link, select
**View exposed artifact**
below the pipeline graph in the merge request overview.
An example that matches an entire directory:
...
...
doc/user/project/merge_requests/reviews/index.md
View file @
680c62a5
...
...
@@ -72,7 +72,7 @@ When you submit your review, GitLab:
### Resolve or unresolve thread with a comment
Review comments can also resolve or unresolve
[
resolvable threads
](
../../../discussions/index.md#resolve-a-thread
)
)
.
Review comments can also resolve or unresolve
[
resolvable threads
](
../../../discussions/index.md#resolve-a-thread
)
.
When replying to a comment, a checkbox is displayed to resolve or unresolve
the thread after publication.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment