Skip to content

Commit

Permalink
docs: fix compile error from SOAP example
Browse files Browse the repository at this point in the history
  • Loading branch information
activedecay authored and raymondfeng committed Oct 22, 2018
1 parent a026d33 commit b6ff7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/soap-calculator-tutorial-add-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ And finally implement the value() method required by the Provider class.
```ts
value(): Promise<CalculatorService> {
return getService(this.datasource);
return getService(this.dataSource);
}
}
```
Expand Down

0 comments on commit b6ff7b7

Please sign in to comment.