Skip to content

Commit

Permalink
docs: update the module descriptions (#371)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman authored Jan 12, 2022
1 parent 3da6d0c commit dfb9160
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/concerto-core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'use strict';

/**
* Concerto module. Concerto is a framework for defining domain
* Concerto core module. Concerto is a framework for defining domain
* specific models.
*
* @module concerto-core
Expand Down
2 changes: 1 addition & 1 deletion packages/concerto-cto/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'use strict';

/**
* Concerto module. Concerto is a framework for defining domain
* Concerto CTO concrete syntax module. Concerto is a framework for defining domain
* specific models.
*
* @module concerto-cto
Expand Down
2 changes: 1 addition & 1 deletion packages/concerto-util/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'use strict';

/**
* Concerto module. Concerto is a framework for defining domain
* Concerto utility module. Concerto is a framework for defining domain
* specific models.
*
* @module concerto-util
Expand Down
2 changes: 1 addition & 1 deletion packages/concerto-vocabulary/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'use strict';

/**
* Concerto Vocabulary module. Concerto is a framework for defining domain
* Concerto vocabulary module. Concerto is a framework for defining domain
* specific models.
*
* @module concerto-vocabulary
Expand Down

0 comments on commit dfb9160

Please sign in to comment.