Skip to content

Commit 46ca4ef

Browse files
authored
Apply suggestions from code review
1 parent b206bb9 commit 46ca4ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/developer/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Contributing](@id contributing_to_mathoptinterface)
22

3-
This document explains to contribute code to MathOptInterface.
3+
This document explains how to contribute code to MathOptInterface.
44

55
## Obtain the source code
66

@@ -10,7 +10,7 @@ julia> import Pkg
1010

1111
julia> Pkg.dev("MathOptInterface")
1212
```
13-
This will download the JuMP Git repository to `~/.julia/dev/MathOptInterface`.
13+
This will download the MathOptInterface Git repository to `~/.julia/dev/MathOptInterface`.
1414
If you're on Windows, this will be `C:\\Users\\<my_name>\\.julia\\dev\\MathOptInterface`.
1515

1616
Alternatively, you can use `git` to clone the source to a directory of your
@@ -117,7 +117,7 @@ Finally, running the tests locally is best practice, but it is not required.
117117
When you open a pull request, our automated CI will run all of the tests and
118118
highlight any failing tests that need to be fixed.
119119

120-
A comment from `@odow`: when I'm working on a feature, I make local changes, run
120+
A comment from `@odow`: when I'm working on a feature, I make local changes,
121121
run the most relevant test file with `include`, and then open a PR. If the
122122
change caused a test to fail in some other part of the codebase, I then
123123
`include` the file with the failing test locally to debug my follow-up changes.

0 commit comments

Comments
 (0)