Skip to content

Commit

Permalink
Fixed readme syntax highlight in getter value section
Browse files Browse the repository at this point in the history
  • Loading branch information
NagRock committed Oct 4, 2017
1 parent f788479 commit a14a3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ console.log(foo.getBar(999));

### Stubbing getter value

```
``` typescript
// Creating mock
let mockedFoo:Foo = mock(Foo);

Expand Down

0 comments on commit a14a3ef

Please sign in to comment.