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", //