From a9936a383174fd0b2c201ee759bc5174486970a1 Mon Sep 17 00:00:00 2001 From: waiting Date: Tue, 5 Sep 2017 21:03:12 -0500 Subject: [PATCH] fix: typo (#1388) --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index eba965d946..273c899b90 100644 --- a/index.d.ts +++ b/index.d.ts @@ -779,7 +779,7 @@ export class Controller extends BaseContextClass { } export class Service extends BaseContextClass { } /** - * The empty interface `IService` is an placehoder, for egg + * The empty interface `IService` is a placeholder, for egg * to auto injection service to ctx.service * * @example