Skip to content

Commit

Permalink
Merge pull request #17357 from ckeditor/minor-comment-clarification
Browse files Browse the repository at this point in the history
Internal: Minor comment clarification.
  • Loading branch information
arkflpc authored Oct 30, 2024
2 parents 25416ab + 462a6c3 commit 2b379db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/ckeditor5-core/src/editor/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1026,8 +1026,9 @@ export default abstract class Editor extends /* #__PURE__ */ ObservableMixin() {
}

/**
* This part of the code is not executed in open-source implementations using a GPL key.
* It only runs when a specific license key is provided. If you are uncertain whether
* This part of the code is _not_ executed in installations under the GPL license (with `config.licenseKey = 'GPL'`).
*
* It is only executed when a specific license key is provided. If you are uncertain whether
* this applies to your installation, please contact our support team.
*/
private async _sendUsageRequest( endpoint: string, request: unknown ) {
Expand Down

0 comments on commit 2b379db

Please sign in to comment.