Skip to content

Commit fa94e91

Browse files
[Word] (Fields) Update numbering of instructions (#5142)
1 parent 22c85c1 commit fa94e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/word/fields-guidance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ The following code sample shows how to insert a TOC field at the cursor location
151151
```javascript
152152
/**
153153
1. Run setup.
154-
1. Select "[To place table of contents]" paragraph.
155-
1. Run rangeInsertTOCField.
154+
2. Select "[To place table of contents]" paragraph.
155+
3. Run rangeInsertTOCField.
156156
*/
157157

158158
// Inserts a TOC (table of contents) field replacing selection.

0 commit comments

Comments
 (0)