Skip to content

Commit 8030dcd

Browse files
committed
Sync with Kendo UI Professional
1 parent 8120c83 commit 8030dcd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/controls/actionsheet/get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ After the completion of this guide, you will be able to achieve the following en
4747
actionsheet.close();
4848
}
4949
actionsheet.open();
50-
</script
50+
</script>
5151
```
5252

5353
## 1. Create an Empty Div Element
@@ -113,6 +113,7 @@ You can add all the action items you need through the [`items`](/api/javascript/
113113
});
114114
115115
actionsheet.open();
116+
</script>
116117
```
117118

118119
## Next Steps

docs/controls/actionsheet/items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following example demonstrates the possible options for the `items` configur
5353
}
5454
actionsheet.open();
5555
setTimeout(function(){actionsheet.close()},2000)
56-
</script
56+
</script>
5757
```
5858

5959
## See Also

0 commit comments

Comments
 (0)