diff --git a/entity/Advertising_entity/documentation.adoc b/entity/Advertising_entity/documentation.adoc
index 864dc4d429f44f90de8fd6cf5699e2c800ebf3ac..73d2a758d29852059ced203adcf225acdd53aa56 100644
--- a/entity/Advertising_entity/documentation.adoc
+++ b/entity/Advertising_entity/documentation.adoc
@@ -17,20 +17,20 @@ If opt in, the needed data will be prepared in the background.
 All information that is needed in an Advertising and can be selected out of the Activity are preselected. 
 (please check Activity onDbInsert and AdvertisingUtils.insertAdvertising() for more details)
 
-=Inserting an Advertisement 
+= Inserting an Advertisement 
 As mentioned above all relevant data is prefilled during the save process of the Activity. 
 During this process the function will check for the linked Persons of an Activity and tries to preselect it as well.
 When more than one linked Persons is found, the Contact_Id will not be preselected, instead the user has 
 to pick the 'correct' person. The lookup component will provide all linked persons of an Activity. 
 
-=Accessing Advertisings
+= Accessing Advertisings
 There are a few ways to see the Advertising information: 
 - Person 360 Degree Tab
 - Context Menu
 - Activity
 - Advertising Main View
 
-=AdvertisingItem
+= AdvertisingItem
 As mentioned at the beginning, an Advertising can have n items, a item can only have 1 Advertising ( 1 : n ) 
 An Advertising item represents the item which is sent or given to a person. 
 
@@ -49,7 +49,7 @@ In addition to OfferItem Advertising got some additions:
 When it's a digital Product, the flag 'digital' is set for a product, a special documentview will be shown in product instead of the normal one
 All documents which are stored in that documentfolder will be attached to the email
 
-=Advertising Workflow
+= Advertising Workflow
 
 -How do I get the needed workflow into my system?
 It's simple, navigate in the project folder via the filesystem to others -> Workflows -> 'AdvertisingShipment.bpmn20.xml'