From 17a44895dd02349374e2fb920f598e0ee5c89f8b Mon Sep 17 00:00:00 2001 From: Jeremy Rose Date: Wed, 7 Apr 2021 10:32:32 -0700 Subject: [PATCH] docs: fix typo in breaking-changes.md (#28551) --- docs/breaking-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/breaking-changes.md b/docs/breaking-changes.md index 23c0c9cf09a2..2a98820c95b0 100644 --- a/docs/breaking-changes.md +++ b/docs/breaking-changes.md @@ -14,7 +14,7 @@ This document uses the following convention to categorize breaking changes: ## Planned Breaking API Changes (14.0) -### API Changed: `window.(open)` +### API Changed: `window.open()` The optional parameter `frameName` will no longer set the title of the window. This now follows the specification described by the [native documentation](https://developer.mozilla.org/en-US/docs/Web/API/Window/open#parameters) under the corresponding parameter `windowName`.