diff --git a/files/en-us/mdn/writing_guidelines/page_structures/page_types/api_constructor_subpage_template/index.md b/files/en-us/mdn/writing_guidelines/page_structures/page_types/api_constructor_subpage_template/index.md index 6b5ef9ea670b02d..d26d3d7c1f12245 100644 --- a/files/en-us/mdn/writing_guidelines/page_structures/page_types/api_constructor_subpage_template/index.md +++ b/files/en-us/mdn/writing_guidelines/page_structures/page_types/api_constructor_subpage_template/index.md @@ -18,7 +18,7 @@ browser-compat: path.to.feature.NameOfTheConstructor > > ```md > --- -> title: NameOfTheParentInterface: NameOfTheConstructor() constuctor +> title: NameOfTheParentInterface: NameOfTheConstructor() constructor > slug: Web/API/NameOfTheParentInterface/NameOfTheConstructor > page-type: web-api-constructor > status: @@ -31,7 +31,7 @@ browser-compat: path.to.feature.NameOfTheConstructor > > - **title** > - : Title heading displayed at the top of the page. -> Format as `NameOfTheParentInterface: NameOfTheConstructor() constuctor`. +> Format as `NameOfTheParentInterface: NameOfTheConstructor() constructor`. > For example, the [Request()](/en-US/docs/Web/API/Request/Request) constructor has a _title_ of `Request: Request() constructor`. > - **slug** > - : The end of the URL path after `https://developer.mozilla.org/en-US/docs/`.