Skip to content

Commit

Permalink
Update docs/site/extending/rest-api.md
Browse files Browse the repository at this point in the history
Co-authored-by: Janny <[email protected]>
  • Loading branch information
bajtos and jannyHou authored May 14, 2020
1 parent eec1a7e commit 4f2ec43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/extending/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import {MyComponentBindings} from './my-component.keys.ts';
import {definePingController} from './controllers/ping.controller-factory.ts';

@bind({tags: {[ContextTags.KEY]: MyComponentBindings.COMPONENT.key}})
export class MyComponent {
export class MyComponent implements Component {
constructor(
@config(),
config: MyComponentConfig = {},
Expand Down

0 comments on commit 4f2ec43

Please sign in to comment.