We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea5a31 commit a2aae6cCopy full SHA for a2aae6c
packages/builders/src/components/v2/Container.ts
@@ -175,7 +175,7 @@ export class ContainerBuilder extends ComponentBuilder<APIContainerComponent> {
175
*
176
* @remarks
177
* This method behaves similarly
178
- * to {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/splice | Array.prototype.splice()}.
+ * to {@link https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/splice | Array.prototype.splice()}.
179
180
* It's useful for modifying and adjusting order of the already-existing components of a container.
181
* @example
0 commit comments