diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2012-01-01 23:36:03 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-01-01 23:39:29 +0100 |
commit | c2fb062f60a596db3e03b3b34cb5b4d0c54d9553 (patch) | |
tree | 38af757eadaff13afd0f91f95a0c732adbfae967 /doc/community | |
parent | 8e57398b2032ca62712c3d846d22d4c04820bace (diff) | |
download | node-new-c2fb062f60a596db3e03b3b34cb5b4d0c54d9553.tar.gz |
docs: fix typo on community page
Diffstat (limited to 'doc/community')
-rw-r--r-- | doc/community/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/community/index.html b/doc/community/index.html index 9c427624b5..dec8b58b90 100644 --- a/doc/community/index.html +++ b/doc/community/index.html @@ -73,7 +73,7 @@ should be reported to <a href="https://github.com/joyent/node/issues">https://github.com/joyent/node/issues</a>. Fixes to the code are welcome! Please see our <a - href="https://github.com/joyent/node/wiki/Contributing">contirbuting + href="https://github.com/joyent/node/wiki/Contributing">contributing guidelines</a> for information on how to submit a patch.</p> @@ -159,4 +159,4 @@ } catch(err) {} </script> </body> -</html>
\ No newline at end of file +</html> |