From 5a34090b4ba72c3e92ccbdb3dc828ecda6a18179 Mon Sep 17 00:00:00 2001 From: Evan Winter Date: Tue, 5 Mar 2019 16:46:27 -0600 Subject: [PATCH] Fix typo in api/v2/usage.rst first_publised_at --> first_published_at --- docs/advanced_topics/api/v2/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced_topics/api/v2/usage.rst b/docs/advanced_topics/api/v2/usage.rst index 69fc36f94..d0e3ac31a 100644 --- a/docs/advanced_topics/api/v2/usage.rst +++ b/docs/advanced_topics/api/v2/usage.rst @@ -540,7 +540,7 @@ Major features Minor features -------------- - - ``html_url``, ``slug``, ``first_publised_at``, ``expires_at`` and + - ``html_url``, ``slug``, ``first_published_at``, ``expires_at`` and ``show_in_menus`` fields have been added to the pages endpoint - ``download_url`` field has been added to the documents endpoint - Multiple page types can be specified in ``type`` parameter on pages endpoint