From 9c3522383716640243c35fc44a141adc32fef0a3 Mon Sep 17 00:00:00 2001 From: Moritz Manner Date: Wed, 14 Jun 2017 17:15:28 +0200 Subject: [PATCH] fixed typo in API documentation --- Using-the-API/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index bacbc517..1d658f3c 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -684,7 +684,7 @@ Note: Some attributes in the entity payload can have ``null`` value and are mark | Attribute | Description | Nullable | | ------------------------ | ---------------------------------------- | -------- | | `accounts` | An array of matched [Accounts](#account) | yes | -| `statuses` | An array of matchhed [Statuses](#status) | yes | +| `statuses` | An array of matched [Statuses](#status) | yes | | `hashtags` | An array of matched hashtags, as strings | yes | ### Status