Skip to content

Commit f29a02f

Browse files
committed
Update RouteConfiguration.md
1 parent b396d38 commit f29a02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/RouteConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Route Configuration
22

3-
A [route configuration](Glossary.md#routeconfig) is basically a set of instructions that tell a router how to try and [match the URL](RouteMatching.md) and what code to run when it does. To illustrate some of the features available in your route config, let's expand on the simple app from [the introduction](Introduction.md).
3+
A [route configuration](Glossary.md#routeconfig) is basically a set of instructions that tell a router how to try to [match the URL](RouteMatching.md) and what code to run when it does. To illustrate some of the features available in your route config, let's expand on the simple app from [the introduction](Introduction.md).
44

55
```js
66
import React from 'react';

0 commit comments

Comments
 (0)