Skip to content

Commit 6cdd4b9

Browse files
author
Sérgio Saquetim
committed
Fixed references to IInjectedProps in README
1 parent 8d90faa commit 6cdd4b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Use the command `typings install react-router --save`.
77

88
You're code should look pretty much the same the javascript with one exception.
99
When a component is used with a `Route` component it injects several property values.
10-
To type this the `IInjectableProps` interface has all the properties defined that injecting will add.
10+
To type this the `IInjectedProps` interface has all the properties defined that injecting will add.
1111

12-
To use it extend your current Property interface with `IInjectableProps`.
12+
To use it extend your current Property interface with `IInjectedProps`.
1313

1414
```typescript
1515
import React from 'react';

0 commit comments

Comments
 (0)