Skip to content

Commit c9b9d5d

Browse files
authored
Fix typos in Contributors Guide (#2060)
1 parent 58a9b30 commit c9b9d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ There are four main components to PyGMT's documentation:
249249
* Getting started/developer documentation, with source text in ReST `*.rst`
250250
and markdown `*.md` files under the `doc/` folder.
251251

252-
The documentation are written primarily in
252+
The documentation is written primarily in
253253
[reStructuredText](https://docutils.sourceforge.io/rst.html) and built by
254254
[Sphinx](http://www.sphinx-doc.org/). Please refer to
255255
{gmt-docs}`reStructuredText Cheatsheet <devdocs/rst-cheatsheet.html>`
@@ -363,7 +363,7 @@ General guidelines for making a good gallery plot:
363363
* Use a sample dataset from `pygmt.datasets` if you need to plot data. If a suitable
364364
dataset isn't available, open an issue requesting one and we'll work together to add
365365
it.
366-
* Add comments to explain things are aren't obvious from reading the code. Good: *Use a
366+
* Add comments to explain things that aren't obvious from reading the code. Good: *Use a
367367
Mercator projection and make the plot 15 centimeters wide*. Bad: *Draw coastlines and
368368
plot the data*.
369369
* Describe the feature that you're showcasing and link to other relevant parts of the

0 commit comments

Comments
 (0)