From 64c680712cdef84af44a67a816142aba824b0b83 Mon Sep 17 00:00:00 2001 From: Mason Malone Date: Wed, 26 Jun 2019 19:37:25 -0700 Subject: [PATCH] docs: fix broken link and typo (#1415) --- docs/src/pages/api/00_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/api/00_usage.md b/docs/src/pages/api/00_usage.md index 7c9b1823..1e5814da 100644 --- a/docs/src/pages/api/00_usage.md +++ b/docs/src/pages/api/00_usage.md @@ -46,7 +46,7 @@ In order to use Octokit with GitHub Enterprise, set the `baseUrl` option. For custom loggin, pass an object with `debug`, `info`, `warn` and `error` methods as the `log` option. -Learn more about [logging](#logging) and [debuging](#debuging). +Learn more about [logging](#logging) and [debugging](#debug). ```js log: {