Skip to content

Commit 3761f9b

Browse files
Fix typo in contribution guide (#1322)
If you're only exposure to using... -> If your only exposure to using...
1 parent 5b14d2d commit 3761f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Following that we'll tell you about how you can test your changes locally and th
8181
# If you're using shells other than bash you'll need to use
8282
pip install -e ".[test,examples,doc]"
8383
```
84-
* If you're only exposure to using pip is `pip install package_name` then this might be a bit confusing.
84+
* If your only exposure to using pip is `pip install package_name` then this might be a bit confusing.
8585
* If we type `pip install -e .` (notice the 'dot'), this tells `pip` to install a package located here, in this directory, `.`.
8686
The `-e` flag indicates that it should be editable, meaning you will not have to run `pip install .` every time you make a change and want to try it.
8787
* Finally the `[test,examples,doc]` tells `pip` that there's some extra optional dependencies that we want to install.

0 commit comments

Comments
 (0)