[chore] fix typo in example for `file.fork_name` (#2539)

This commit is contained in:
Jochen Schalanda 2025-07-21 17:03:02 +02:00 committed by GitHub
parent 15be6b3216
commit 6f99ae14c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ Describes file attributes.
| <a id="file-created" href="#file-created">`file.created`</a> | string | Time when the file was created, in ISO 8601 format. [4] | `2021-01-01T12:00:00Z` | ![Development](https://img.shields.io/badge/-development-blue) |
| <a id="file-directory" href="#file-directory">`file.directory`</a> | string | Directory where the file is located. It should include the drive letter, when appropriate. | `/home/user`; `C:\Program Files\MyApp` | ![Development](https://img.shields.io/badge/-development-blue) |
| <a id="file-extension" href="#file-extension">`file.extension`</a> | string | File extension, excluding the leading dot. [5] | `png`; `gz` | ![Development](https://img.shields.io/badge/-development-blue) |
| <a id="file-fork-name" href="#file-fork-name">`file.fork_name`</a> | string | Name of the fork. A fork is additional data associated with a filesystem object. [6] | `Zone.Identifer` | ![Development](https://img.shields.io/badge/-development-blue) |
| <a id="file-fork-name" href="#file-fork-name">`file.fork_name`</a> | string | Name of the fork. A fork is additional data associated with a filesystem object. [6] | `Zone.Identifier` | ![Development](https://img.shields.io/badge/-development-blue) |
| <a id="file-group-id" href="#file-group-id">`file.group.id`</a> | string | Primary Group ID (GID) of the file. | `1000` | ![Development](https://img.shields.io/badge/-development-blue) |
| <a id="file-group-name" href="#file-group-name">`file.group.name`</a> | string | Primary group name of the file. | `users` | ![Development](https://img.shields.io/badge/-development-blue) |
| <a id="file-inode" href="#file-inode">`file.inode`</a> | string | Inode representing the file in the filesystem. | `256383` | ![Development](https://img.shields.io/badge/-development-blue) |

View File

@ -69,7 +69,7 @@ groups:
value that should populate `fork_name`. `filename.extension` should populate `file.name`, and `extension`
should populate `file.extension`. The full path, `file.path`, will include the fork name.
stability: development
examples: ['Zone.Identifer']
examples: ['Zone.Identifier']
- id: file.group.id
type: string
brief: >