Guides/Webform-Integration-Sub-Folder.md
... ...
@@ -145,9 +145,9 @@ Also, add Izenda.Adhoc namespace. now global.asax of website should look like as
145 145
```
146 146
147 147
148
-###Step 4. Copy OnInit method from Default.master.cs from starerkit to corresponding file/method of website master page
148
+###Step 4. Copy OnInit method from Default.master.cs from webform kit to corresponding file/method of website master page
149 149
150
-Copy the below
150
+Copy the below method from Default.master.cs of webform kit to Site.master.cs of the website
151 151
152 152
```csharp
153 153