Skip to content

Commit 3188183

Browse files
committed
fixing typo on apis page
1 parent f78ab05 commit 3188183

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

application-programming-intefaces.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ <h2>Why are APIs important?</h2>
4848
programs and libraries exist to rip data out of HTML but it's simpler
4949
to consume data through APIs.</p>
5050
<h2>Webhook</h2>
51-
<p>A webhook is a user-defined HTTP callback to a URL that executes when on a
52-
system condition is met. The call alerts the second system and often passes
53-
data as well.</p>
51+
<p>A webhook is a user-defined HTTP callback to a URL that executes when a
52+
system condition is met. The call alerts the second system via a POST or GET
53+
request and often passes data as well.</p>
5454
<p>Webhooks are important because they enable two-way communication initiation
5555
for APIs. Webhook flexibility comes in from their definition by the API user
5656
instead of the API itself.</p>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-05-26T13:05:42Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-05-26T13:07:09Z</updated></feed>

source/content/pages/06-apis/0601-application-programming-interfaces.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ to consume data through APIs.
2929

3030

3131
## Webhook
32-
A webhook is a user-defined HTTP callback to a URL that executes when on a
33-
system condition is met. The call alerts the second system and often passes
34-
data as well.
32+
A webhook is a user-defined HTTP callback to a URL that executes when a
33+
system condition is met. The call alerts the second system via a POST or GET
34+
request and often passes data as well.
3535

3636
Webhooks are important because they enable two-way communication initiation
3737
for APIs. Webhook flexibility comes in from their definition by the API user

0 commit comments

Comments
 (0)