diff --git a/docs/registry/attributes/file.md b/docs/registry/attributes/file.md
index bc8f34755..e1af7f0e8 100644
--- a/docs/registry/attributes/file.md
+++ b/docs/registry/attributes/file.md
@@ -15,7 +15,7 @@ Describes file attributes.
| `file.created` | string | Time when the file was created, in ISO 8601 format. [4] | `2021-01-01T12:00:00Z` |  |
| `file.directory` | string | Directory where the file is located. It should include the drive letter, when appropriate. | `/home/user`; `C:\Program Files\MyApp` |  |
| `file.extension` | string | File extension, excluding the leading dot. [5] | `png`; `gz` |  |
-| `file.fork_name` | string | Name of the fork. A fork is additional data associated with a filesystem object. [6] | `Zone.Identifer` |  |
+| `file.fork_name` | string | Name of the fork. A fork is additional data associated with a filesystem object. [6] | `Zone.Identifier` |  |
| `file.group.id` | string | Primary Group ID (GID) of the file. | `1000` |  |
| `file.group.name` | string | Primary group name of the file. | `users` |  |
| `file.inode` | string | Inode representing the file in the filesystem. | `256383` |  |
diff --git a/model/file/registry.yaml b/model/file/registry.yaml
index 84824fbce..d66188da4 100644
--- a/model/file/registry.yaml
+++ b/model/file/registry.yaml
@@ -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: >