Skip to content

Commit

Permalink
Replace non-existent internal link (#19116)
Browse files Browse the repository at this point in the history
  • Loading branch information
teoli2003 committed Aug 3, 2022
1 parent ebe6802 commit f0654ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/document/title/index.md
Expand Up @@ -19,7 +19,7 @@ When present, it defaults to the value of the [`<title>`](/en-US/docs/Web/HTML/E

## Value

A string containing the _document_'s title. If the title was overridden by setting `document.title`, it contains that value. Otherwise, it contains the title specified in the markup (see the [Notes](#notes) below).
A string containing the _document_'s title. If the title was overridden by setting `document.title`, it contains that value. Otherwise, it contains the title specified in the [`<title>`](/en-US/docs/Web/HTML/Element/title) element.

```js
document.title = newTitle;
Expand Down

0 comments on commit f0654ff

Please sign in to comment.