We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b865ddf commit 25d291dCopy full SHA for 25d291d
content/changes/2013-2-5-changes-to-services.html
@@ -20,7 +20,7 @@
20
maintainability of services in the future. As of today, all new services must
21
accept an unmodified payload over HTTP. Any service that does not will be
22
rejected. To see an example of an acceptable service, check out [Code Climate][codeclimate].
23
-Notice their service simply acccepts HTTP POST from GitHub unmodified. For an
+Notice their service simply accepts HTTP POST from GitHub unmodified. For an
24
example of a service that won't be accepted after today, check out [Campfire][cf]. It
25
uses other Ruby gems and contains custom logic to transform the GitHub payload
26
to Campfire messages. Existing hooks will keep working (don't worry 37signals, we
0 commit comments