diff --git a/ej2-javascript-toc.html b/ej2-javascript-toc.html
index 05b2d9e54..1fa38f555 100644
--- a/ej2-javascript-toc.html
+++ b/ej2-javascript-toc.html
@@ -2963,7 +2963,7 @@
Release Notes
- - 2024 Volume 2 - 26.*
- 2024 Volume 1 - 25.*
+ - 2024 Volume 2 - 26.*
- 2024 Volume 1 - 25.*
- 2023 Volume 4 - 24.*
- 2023 Volume 3 - 23.*
- 2023 Volume 2 - 22.*
diff --git a/ej2-javascript/Release-notes/26.2.10.md b/ej2-javascript/Release-notes/26.2.10.md
new file mode 100644
index 000000000..559157575
--- /dev/null
+++ b/ej2-javascript/Release-notes/26.2.10.md
@@ -0,0 +1,16 @@
+---
+title: Essential Studio for ##Platform_Name## Weekly Release Release Notes
+description: Essential Studio for ##Platform_Name## Weekly Release Release Notes
+platform: ej2-javascript
+documentation: ug
+---
+
+# Essential Studio for ##Platform_Name## Release Notes
+
+{% include release-info.html date="August 20, 2024" version="v26.2.10" %}
+
+{% directory path: _includes/release-notes/v26.2.10 %}
+
+{% include {{file.url}} %}
+
+{% enddirectory %}
\ No newline at end of file
diff --git a/ej2-javascript/spreadsheet/open-save.md b/ej2-javascript/spreadsheet/open-save.md
index fcf3fd114..0c05665e8 100644
--- a/ej2-javascript/spreadsheet/open-save.md
+++ b/ej2-javascript/spreadsheet/open-save.md
@@ -246,7 +246,7 @@ By default, the Spreadsheet control provides an option to browse files from the
```js
// Fetch call to server to load the Excel file.
- fetch('https://localhost:{{Your port number}}/Home/Open', {
+ fetch('https://localhost:{Your port number}/Home/Open', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
@@ -767,7 +767,7 @@ By default, the Spreadsheet control saves the Excel file and downloads it to the
formData.append('JSONData', JSON.stringify(json.jsonObject.Workbook));
formData.append('PdfLayoutSettings', JSON.stringify({ FitSheetOnOnePage: false }));
// Using fetch to invoke the save process.
- fetch('https://localhost:{{Your port number}}/Home/Save', {
+ fetch('https://localhost:{Your port number}/Home/Save', {
method: 'POST',
body: formData
}).then((response) => {
diff --git a/ej2-typescript-toc.html b/ej2-typescript-toc.html
index db08ec1cf..9b870c6f6 100644
--- a/ej2-typescript-toc.html
+++ b/ej2-typescript-toc.html
@@ -2966,7 +2966,7 @@
Release Notes
- - 2024 Volume 2 - 26.*
- 2024 Volume 1 - 25.*
+ - 2024 Volume 2 - 26.*
- 2024 Volume 1 - 25.*