Skip to content

Commit eb0da63

Browse files
Fixed PR comments
1 parent 3f4b0ad commit eb0da63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/contentstack-migration/docs/api-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ module.exports =({ migration })=> {
210210
.mandatory(false);
211211
};
212212

213-
```
214213
Create a taxonomy field
215214

216215
module.exports =({ migration })=> {
@@ -223,6 +222,7 @@ Create a taxonomy field
223222
.multiple(true)
224223
.mandatory(false);
225224
};
225+
```
226226
<a name="Field+editField"></a>
227227

228228
### field.editField(field, opts) ⇒ [<code>Field</code>](#Field)
@@ -461,4 +461,4 @@ migration.addTask(task)
461461
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
462462
----------|---------|----------|---------|---------|-------------------
463463
All files | 0 | 0 | 0 | 0 |
464-
----------|---------|----------|---------|---------|-------------------
464+
----------|---------|----------|---------|---------|-------------------

0 commit comments

Comments
 (0)