We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0b935 commit d6bbf3cCopy full SHA for d6bbf3c
javascript/src/api.ts
@@ -145,7 +145,7 @@ export interface ISharedText extends ISharedBase {
145
setSource(value: string): void;
146
147
/**
148
- * Replace content from `start' to `end` with `value`.
+ * Replace content from `start` to `end` with `value`.
149
*
150
* @param start: The start index of the range to replace (inclusive).
151
* @param end: The end index of the range to replace (exclusive).
0 commit comments