Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Typo #373

Merged
merged 4 commits into from
Jan 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
We'd love for you to contribute to our source code and to make Concerto technology even better than it is today! Please refer to the [Accord Project Contribution guidelines][apcontribute] we'd like you to follow.

## Concerto Specific Information
The main channel for support with Concerto is the Concerto Discord Channel on the [Accord Project Dsicord Community][apdiscord].
The main channel for support with Concerto is the Concerto Discord Channel on the [Accord Project Discord Community][apdiscord].

[apcontribute]: https://github.com/accordproject/techdocs/blob/master/CONTRIBUTING.md
[apdiscord]: https://discord.com/invite/Zm99SKhhtA
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