Skip to content

Commit fcc662a

Browse files
hmmChasetimdorr
authored andcommitted
Update Link.md (#6133)
* Update Link.md On line 23, fixed the spelling of representation * Update Link.md On line 23, fixed the spelling of representation
1 parent 4b61484 commit fcc662a

File tree

2 files changed

+2
-2
lines changed
  • packages

2 files changed

+2
-2
lines changed

packages/react-router-dom/docs/api/Link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A string representation of the location to link to, created by concatenating the
2020

2121
An object that can have any of the following properties:
2222
* `pathname`: A string representing the path to link to.
23-
* `search`: A string represenation of query parameters.
23+
* `search`: A string representation of query parameters.
2424
* `hash`: A hash to put in the URL, e.g. `#a-hash`.
2525
* `state`: State to persist to the `location`.
2626

packages/react-router-native/docs/api/Link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A string representation of the location to link to, created by concatenating the
2020

2121
An object that can have any of the following properties:
2222
* `pathname`: A string representing the path to link to.
23-
* `search`: A string represenation of query parameters, e.g. `?key=value`.
23+
* `search`: A string representation of query parameters, e.g. `?key=value`.
2424
* `hash`: A hash to put in the URL, e.g. `#a-hash`.
2525
* `state`: State to persist to the `location`.
2626

0 commit comments

Comments
 (0)