2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-24 14:50:34 +03:00

Merge pull request #46 from shyiko/fix-typos-in-readme

Fix typos in readme
This commit is contained in:
Declan de Wet
2017-01-10 16:13:41 +02:00
committed by GitHub
+2 -2
View File
@@ -479,7 +479,7 @@ Each item in the array maps to a newly-created `<script>` element, where object
```js ```js
{ {
metaInfo: { metaInfo: {
sript: [ script: [
{ innerHTML: '{ "@context": "http://schema.org" }', type: 'application/ld+json' } { innerHTML: '{ "@context": "http://schema.org" }', type: 'application/ld+json' }
] ]
} }
@@ -497,7 +497,7 @@ Each item in the array maps to a newly-created `<noscript>` element, where objec
```js ```js
{ {
metaInfo: { metaInfo: {
nosript: [ noscript: [
{ innerHTML: 'This website requires JavaScript.' } { innerHTML: 'This website requires JavaScript.' }
] ]
} }