Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from waratuman/patch-1
Browse files Browse the repository at this point in the history
Merging typo fix.
  • Loading branch information
KrofDrakula committed Apr 6, 2012
2 parents 532fa04 + 29a3078 commit 674c909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
});
schemaOrg.push({
url: "http://schema.org/Organization",
fiels: extend(findByUrl(schemaOrg, "http://schema.org/Thing"), [
fields: extend(findByUrl(schemaOrg, "http://schema.org/Thing"), [
{ name: "address", required: false, type: "complex", validator: validators.complex }, // a child element of PostalAddress
{ name: "aggregatRating", required: false, type: "complex", validator: validators.complex }, // a child element of AggregateRating
{ name: "contactPoints", required: false, type: "complex", validator: validators.complex }, // child elements of ContactPoint
Expand Down

0 comments on commit 674c909

Please sign in to comment.