From a872c37723baf3d3efedd0c12513eb3772fd00a0 Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Wed, 23 Jan 2019 14:26:00 -0800 Subject: [PATCH] Update api-ref.md fixed typo in link from *server*.auth to Authentication. --- docs/api-ref.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-ref.md b/docs/api-ref.md index 9cb3daa06..8cfe1b61e 100644 --- a/docs/api-ref.md +++ b/docs/api-ref.md @@ -1889,7 +1889,7 @@ When you create an instance of the `Server` class, you have access to the resour Resource | Description :--- | : --- -*server*.auth | Sets authentication for sign in and sign out. See [Auth](#auththentication) | +*server*.auth | Sets authentication for sign in and sign out. See [Auth](#authentication) | *server*.views | Access the server views and methods. See [Views](#views) *server*.users | Access the user resources and methods. See [Users](#users) *server*.sites | Access the sites. See [Sites](#sites)