Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed May 1, 2024
1 parent b4a48af commit 4a03724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5174,6 +5174,7 @@
"description": "Information about the ownership certificate and property owners, if different than the applicant",
"properties": {
"agriculturalTenants": {
"description": "Does the land have any agricultural tenants?",
"type": "boolean"
},
"certificate": {
Expand Down
2 changes: 1 addition & 1 deletion types/schema/data/Applicant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface BaseApplicant {
export interface Ownership {
certificate: 'a' | 'b' | 'c' | 'd';
/**
* @desscription Does the land have any agricultural tenants?
* @description Does the land have any agricultural tenants?
*/
agriculturalTenants?: boolean;
/**
Expand Down

0 comments on commit 4a03724

Please sign in to comment.