diff --git a/docs/angular/src/content/en/components/transaction-how-to-use.mdx b/docs/angular/src/content/en/components/transaction-how-to-use.mdx
index 354c5551f2..8b5949f7e3 100644
--- a/docs/angular/src/content/en/components/transaction-how-to-use.mdx
+++ b/docs/angular/src/content/en/components/transaction-how-to-use.mdx
@@ -12,7 +12,7 @@ import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
You may get advantage of the when using any component that needs to preserve the state of its data source and to commit many transactions at once.
-When working with the Ignite UI for Angular grid components, you may use the and `IgxHierarchicalTransactionService` that are integrated with the grids and provide batch editing out of the box. However, if you need to use transactions with any other Ignite UI for Angular or custom component, you may again use the and implement similar behavior.
+When working with the Ignite UI for Angular grid components, you may use the and that are integrated with the grids and provide batch editing out of the box. However, if you need to use transactions with any other Ignite UI for Angular or custom component, you may again use the and implement similar behavior.
## Angular How to use the Transaction service Example
@@ -288,7 +288,7 @@ public onCommit(): void {
```
-If we are using the `IgxHierarchicalTransactionService` we can also use an overload of the method which expects primaryKey and childDataKey as arguments.
+If we are using the we can also use an overload of the method which expects primaryKey and childDataKey as arguments.
```typescript
public onCommit(): void {
diff --git a/docs/angular/src/content/jp/components/transaction-how-to-use.mdx b/docs/angular/src/content/jp/components/transaction-how-to-use.mdx
index 6853a640db..84e5ba8c6e 100644
--- a/docs/angular/src/content/jp/components/transaction-how-to-use.mdx
+++ b/docs/angular/src/content/jp/components/transaction-how-to-use.mdx
@@ -14,7 +14,7 @@ import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
データソースの状態を保持し、一度に多くのトランザクションをコミットする必要があるコンポーネントを使用する場合、 を利用できます。
-Ignite UI for Angular グリッドコンポーネントの と は、グリッドと統合して、追加設定なしに一括編集機能が使用できます。ただし、その他の Ignite UI for Angular またはカスタムコンポーネントでトランザクションを使用する必要がある場合は、再度 を使用して、同様の動作を実装できます。
+Ignite UI for Angular グリッドコンポーネントの と は、グリッドと統合して、追加設定なしに一括編集機能が使用できます。ただし、その他の Ignite UI for Angular またはカスタムコンポーネントでトランザクションを使用する必要がある場合は、再度 を使用して、同様の動作を実装できます。
## Angular トランザクション サービスの使用方法の例
@@ -285,7 +285,7 @@ public onCommit(): void {
```
- を使用している場合は、primaryKey と childDataKey を引数として期待する メソッドのオーバー読み込みを使用することもできます。
+ を使用している場合は、primaryKey と childDataKey を引数として期待する メソッドのオーバー読み込みを使用することもできます。
```typescript
public onCommit(): void {