Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Jan 21, 2025
1 parent 7e85be5 commit 66439bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aind_data_schema/components/identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Investigator(BaseModel):
"""Investigator identifier"""

name: str = Field(..., title="Investigator name", description="Investigator first and last name OR anonmyous ID")
name: str = Field(..., title="Investigator name", description="Investigator first and last name OR anonymous ID")

registry: _Orcid = Field(default_factory=lambda: Registry.ORCID, title="Registry")
registry_identifier: Optional[str] = Field(default=None, title="ORCID ID")

0 comments on commit 66439bf

Please sign in to comment.