Skip to content
Open
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 ej2-javascript/diagram/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The following code illustrates how a group node is added at runtime.

* The collection of group nodes can be dynamically added using 'addElements' method.Each time an element is added to the diagram canvas, the 'collectionChange' event will be triggered.

The following code illustrates how to add a group nodes collection at runtime.
The following code illustrates how to add group nodes collection at runtime.

{% if page.publishingplatform == "typescript" %}

Expand Down
2 changes: 1 addition & 1 deletion ej2-javascript/diagram/js/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The following code example illustrates how to add connector at runtime.

* The collection of connectors can be dynamically added using 'addElements' method.Each time an element is added to the diagram canvas, the 'collectionChange' event will be triggered.

The following code illustrates how to add a connectors collection at runtime.
The following code illustrates how to add connectors collection at runtime.

{% tabs %}
{% highlight ts tabtitle="index.ts" %}
Expand Down
2 changes: 1 addition & 1 deletion ej2-javascript/diagram/js/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The following code illustrates how to add a node.

* The collection of nodes can be dynamically added using 'addElements' method.Each time an element is added to the diagram canvas, the 'collectionChange' event will be triggered.

The following code illustrates how to add a nodes collection at runtime.
The following code illustrates how to add nodes collection at runtime.

{% tabs %}
{% highlight ts tabtitle="index.ts" %}
Expand Down
2 changes: 1 addition & 1 deletion ej2-javascript/diagram/ts/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The following code example illustrates how to add connector at runtime.

* The collection of connectors can be dynamically added using 'addElements' method. Each time an element is added to the diagram canvas, the 'collectionChange' event will be triggered.

The following code illustrates how to add a connectors collection at runtime.
The following code illustrates how to add connectors collection at runtime.

{% tabs %}
{% highlight ts tabtitle="index.ts" %}
Expand Down
2 changes: 1 addition & 1 deletion ej2-javascript/diagram/ts/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The following code illustrates how to add a node.

* The collection of nodes can be dynamically added using 'addElements' method.Each time an element is added to the diagram canvas, the 'collectionChange' event will be triggered.

The following code illustrates how to add a connectors collection at runtime.
The following code illustrates how to add nodes collection at runtime.

{% tabs %}
{% highlight ts tabtitle="index.ts" %}
Expand Down