Skip to content

Commit

Permalink
Typo: Remove extra quote (#33073)
Browse files Browse the repository at this point in the history
Remove extra quote
  • Loading branch information
lexi authored Apr 13, 2024
1 parent 8b199a6 commit 119706c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/location/assign/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ assign(url)
### Parameters

- `url`
- : A string containing the URL of the page to navigate to; for example, an absolute URL such as `https://developer.mozilla.org/en-US/docs/Web/API/Location/reload`, or a relative URL — such as `"/Web` (just a path, for navigating to another document at the same origin) or `#specifications` (just a fragment string, for navigating to some part of the same page), and so on.
- : A string containing the URL of the page to navigate to; for example, an absolute URL such as `https://developer.mozilla.org/en-US/docs/Web/API/Location/reload`, or a relative URL — such as `/Web` (just a path, for navigating to another document at the same origin) or `#specifications` (just a fragment string, for navigating to some part of the same page), and so on.

### Exceptions

Expand Down

0 comments on commit 119706c

Please sign in to comment.