Skip to content

Commit

Permalink
docs(public_api): fix missing backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar authored Oct 8, 2016
1 parent 00693d7 commit f5b0e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/PUBLIC_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5b0e22

Please sign in to comment.