diff --git a/Documentation/Documentation.md b/Documentation/Documentation.md
index 3dc13e6..cf9840e 100644
--- a/Documentation/Documentation.md
+++ b/Documentation/Documentation.md
@@ -2,7 +2,7 @@
-##First part : The inventory grid (InventoryItem.razor.cs file)
+## First part : The inventory grid (InventoryItem.razor.cs file)
@@ -33,7 +33,7 @@ This method will create an action when the user will start the drag and drop of
-##Second part : The inventory grid (MyInventory.razor.cs file)
+## Second part : The inventory grid (MyInventory.razor.cs file)
@@ -45,20 +45,20 @@ This method is the constructor of the component. It initializes the variables fo
### private async void OnActionsCollectionChanged(object? sender, NotifyCollectionChangedEventArgs e)
#### Parameters:
- sender is the sender of the event
-- e is the event
+- e is a class of event arguments
#### Summary:
This method is called when our collection 'Actions' is changed.
It will call the Js script, and if needed, the dataService.
-##Last part : The items list
+## Last part : The items list
### private async Task OnReadData(DataGridReadDataEventArgs- e)
#### Parameters:
-- e is the event
+- e is a class of event arguments
#### Summary:
This method will initialize a lot of variables used for the list.