contribute: index: fix typo
authorJinwoo Ahn <creator.ahn@gmail.com>
Tue, 7 Nov 2017 15:16:36 +0000 (00:16 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 7 Nov 2017 18:01:37 +0000 (19:01 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=790021

markdown/contribute/index.md

index ef172d7eac5d3f92c408e9641b6f40bae29c7342..767b0c14366c5753f6b4f93059e27e7fb461aeb3 100644 (file)
@@ -162,7 +162,7 @@ directory that has the source code, e.g. the directory created when unpacking
 the source tarball (using `git init`, then `git add .` and
 `git commit -m 'import tarball as initial revision'`).
 
-Once you have a git repository with the original code in in it, you can make
+Once you have a git repository with the original code in it, you can make
 your modifications and create a local commit with e.g.
 
     git commit path/to/file1.[ch]