From 15d6a0513b3a20a0d52010442d09b669e10eb437 Mon Sep 17 00:00:00 2001 From: Jules Blom Date: Tue, 3 May 2022 17:36:23 +0200 Subject: [PATCH] docs(api/conventions): fix typos (#3077) * Fix typo, switch order of name & content * Update contributors.yml --- contributors.yml | 1 + docs/api/conventions.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/contributors.yml b/contributors.yml index 9f0b97679a6..8ae1fad1223 100644 --- a/contributors.yml +++ b/contributors.yml @@ -160,6 +160,7 @@ - jssisodiya - jstafman - juhanakristian +- JulesBlm - justinnoel - juwiragiye - jveldridge diff --git a/docs/api/conventions.md b/docs/api/conventions.md index 87eeba9c96e..01d3714869a 100644 --- a/docs/api/conventions.md +++ b/docs/api/conventions.md @@ -1025,7 +1025,7 @@ The `meta` object can also hold a `title` reference which maps to the [HTML ``. -As a last option, you can also pass an object of attribute/value pairs as the value. This can be used as an escape-hetch for meta tags like the [`http-equiv` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-http-equiv) which uses `http-equiv` instead of `name`. +As a last option, you can also pass an object of attribute/value pairs as the value. This can be used as an escape-hatch for meta tags like the [`http-equiv` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-http-equiv) which uses `http-equiv` instead of `name`. Examples: @@ -1038,7 +1038,7 @@ export const meta: MetaFunction = () => ({ "og:image": "https://josiesshakeshack.com/logo.jpg", // title: "Josie's Shake Shack", // Josie's Shake Shack - // content => name + // name => content description: "Delicious shakes", // viewport: "width=device-width,initial-scale=1", //