From 429ef239f91e881bef3e22c5c71093bf97b807a5 Mon Sep 17 00:00:00 2001 From: Henk Kraal Date: Thu, 10 Dec 2015 13:56:23 +0100 Subject: [PATCH] conent should be content --- docs/api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 0e6e57b..c7d3996 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -44,7 +44,7 @@ Can also be set via GET. The format of the API response. Choices are: { "url": "https://dpaste.de/xsWd", "lexer": "python", - "conent": "The text body of the snippet." + "content": "The text body of the snippet." } @@ -74,7 +74,7 @@ filename! Example:: "url": "https://dpaste.de/xsWd", "lexer": "", "filename": "python", - "conent": "The text body of the snippet." + "content": "The text body of the snippet." } This will create a ``python`` highlighted snippet. However in this example:: @@ -83,7 +83,7 @@ This will create a ``python`` highlighted snippet. However in this example:: "url": "https://dpaste.de/xsWd", "lexer": "php", "filename": "python", - "conent": "The text body of the snippet." + "content": "The text body of the snippet." } Since the lexer is set too, we will create a ``php`` highlighted snippet.