Skip to content

Commit

Permalink
Fix doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Dec 16, 2014
1 parent ff8f533 commit cd7e843
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PHP Schema.org Model Scaffolding

This tool instantly generate a PHP data model from [Schema.org](http://schema.org) vocables. Browse Schema.org, choose
This tool instantly generate a PHP data model from [Schema.org](http://schema.org) vocabulary. Browse Schema.org, choose
the types and properties you need, run our code generator and you're done! You get a fully featured PHP data model including:
* A set of PHP entities with properties, constants (enum values), getters, setters, adders and removers. The class
hierarchy provided by Schema.org will be translated to a PHP class hierarchy with parents as `abstract` classes. The generated
Expand Down
2 changes: 1 addition & 1 deletion couscous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ github:
repo: php-schema

title: PHP Schema
subTitle: Generate PHP data model from Schema.org vocable
subTitle: Generate PHP data model from Schema.org vocabulary

menu:
items:
Expand Down
2 changes: 1 addition & 1 deletion doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ class PostalAddress

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

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

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

0 comments on commit cd7e843

Please sign in to comment.