Skip to content

Commit 1dc0697

Browse files
authored
Update documentation.md
1 parent ed9ec71 commit 1dc0697

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ If you answered 4, that's correct!
175175
### AddPage Function
176176

177177
```js
178-
addPage(htmlString, tabName)
178+
addPage(tabName, htmlString)
179179
```
180180
>
181181
> ### Description
@@ -184,10 +184,10 @@ addPage(htmlString, tabName)
184184
>
185185
> ### Parameters
186186
>
187-
> **@htmlString (String)** *HTML form content taken from BeautifyTools' Form Builder*
188-
>
189187
> **@tabName (String)** *Navigation bar tab's title*
190188
>
189+
> **@htmlString (String)** *HTML form content taken from BeautifyTools' Form Builder*
190+
>
191191
> ### Returns
192192
>
193193
> None

0 commit comments

Comments
 (0)