We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d90faa commit 6cdd4b9Copy full SHA for 6cdd4b9
README.md
@@ -7,9 +7,9 @@ Use the command `typings install react-router --save`.
7
8
You're code should look pretty much the same the javascript with one exception.
9
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.
+To type this the `IInjectedProps` interface has all the properties defined that injecting will add.
11
12
-To use it extend your current Property interface with `IInjectableProps`.
+To use it extend your current Property interface with `IInjectedProps`.
13
14
```typescript
15
import React from 'react';
0 commit comments