From f5b0e22d352fd00cee1dc9016e85bdef94256e62 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 7 Oct 2016 17:23:08 -0700 Subject: [PATCH] docs(public_api): fix missing backtick --- docs/PUBLIC_API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PUBLIC_API.md b/docs/PUBLIC_API.md index a55a429fca..016842cfac 100644 --- a/docs/PUBLIC_API.md +++ b/docs/PUBLIC_API.md @@ -30,7 +30,7 @@ Within the supported packages, we provide guarantees for: We explicitly don't consider the following to be our public API surface: -- any file/import paths within our package except for the `/`, `/testing` and `/bundles/*' +- any file/import paths within our package except for the `/`, `/testing` and `/bundles/*` - constructors of injectable classes (services and directives) - please use DI to obtain instances of these classes - any class members or symbols marked as `private` or prefixed with underscore - extending any of our classes unless the support for this is specifically documented in the API docs