From 0b8e5981a37c0da75ce4f4e6b6b5275681e2e0c5 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 20 May 2018 14:30:48 -0700 Subject: [PATCH] Typo fix --- docs/introspection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introspection.rst b/docs/introspection.rst index 57e1bd78..a97d4392 100644 --- a/docs/introspection.rst +++ b/docs/introspection.rst @@ -1,7 +1,7 @@ Introspection ============= -Datasette includes some pages and JSON API endpoints for introspecting the current index. These can be used to understand some of the internals of Datasette and to see how a particular instance has been configured. +Datasette includes some pages and JSON API endpoints for introspecting the current instance. These can be used to understand some of the internals of Datasette and to see how a particular instance has been configured. Each of these pages can be viewed in your browser. Add ``.json`` to the URL to get back the contents as JSON.