Skip to content

Commit d7d155c

Browse files
doc: fix link reference ordering for File modes
1 parent 749745f commit d7d155c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8700,6 +8700,7 @@ the file contents.
87008700
[Common System Errors]: errors.md#common-system-errors
87018701
[FS constants]: #fs-constants
87028702
[File access constants]: #file-access-constants
8703+
[File modes]: #file-modes
87038704
[MDN-Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date
87048705
[MDN-Number]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type
87058706
[MSDN-Rel-Path]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file#fully-qualified-vs-relative-paths
@@ -8717,7 +8718,6 @@ the file contents.
87178718
[`filehandle.writeFile()`]: #filehandlewritefiledata-options
87188719
[`fs.access()`]: #fsaccesspath-mode-callback
87198720
[`fs.accessSync()`]: #fsaccesssyncpath-mode
8720-
[File modes]: #file-modes
87218721
[`fs.chmod()`]: #fschmodpath-mode-callback
87228722
[`fs.chown()`]: #fschownpath-uid-gid-callback
87238723
[`fs.copyFile()`]: #fscopyfilesrc-dest-mode-callback

0 commit comments

Comments
 (0)