Skip to content

Commit

Permalink
Wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek authored Aug 23, 2019
1 parent 2a2495d commit c05e7a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const transformCommitUtils = {
const packageJson = getPackageJson();

// Due to merging our issue trackers, `packageJson.bugs` will point to the same place for every package.
// We cannot relay on this value anymore. See: https://github.com/ckeditor/ckeditor5/issues/1988.
// We cannot rely on this value anymore. See: https://github.com/ckeditor/ckeditor5/issues/1988.
// Instead of we can take a value from `packageJson.repository` and adjust it to match to our requirements.
let issuesUrl = ( typeof packageJson.repository === 'object' ) ? packageJson.repository.url : packageJson.repository;

Expand Down

0 comments on commit c05e7a1

Please sign in to comment.