Skip to content

Commit cd7e843

Browse files
committed
Fix doc.
1 parent ff8f533 commit cd7e843

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHP Schema.org Model Scaffolding
22

3-
This tool instantly generate a PHP data model from [Schema.org](http://schema.org) vocables. Browse Schema.org, choose
3+
This tool instantly generate a PHP data model from [Schema.org](http://schema.org) vocabulary. Browse Schema.org, choose
44
the types and properties you need, run our code generator and you're done! You get a fully featured PHP data model including:
55
* A set of PHP entities with properties, constants (enum values), getters, setters, adders and removers. The class
66
hierarchy provided by Schema.org will be translated to a PHP class hierarchy with parents as `abstract` classes. The generated

couscous.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ github:
55
repo: php-schema
66

77
title: PHP Schema
8-
subTitle: Generate PHP data model from Schema.org vocable
8+
subTitle: Generate PHP data model from Schema.org vocabulary
99

1010
menu:
1111
items:

doc/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ class PostalAddress
657657

658658
Note that the generator take care of creating directories corresponding to the namespace structure.
659659

660-
Without configuration file, the tool will build the entire Schema.org vocable. If no properties are specified for a given
660+
Without configuration file, the tool will build the entire Schema.org vocabulary. If no properties are specified for a given
661661
type, all its properties will be generated.
662662

663663
The generator also support enumerations generation. For subclasses of `[Enumeration](https://schema.org/Enumeration)`, the

0 commit comments

Comments
 (0)