Skip to content

Commit

Permalink
Fix typo in BALTIMORE County enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
bseeger committed Jan 22, 2024
1 parent b62d4fa commit d21cae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mdbenefits/app/data/enums/Counties.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public enum Counties {
ALLEGANY("Allegany County"),
ANNE_ARUNDEL("Anne Arundel County"),
BALTIMORE_CITY("Baltimore City"),
BALITMORE("Baltimore County"),
BALTIMORE("Baltimore County"),
CALVERT("Calvert County"),
CAROLINE("Caroline County"),
CARROLL("Carroll County"),
Expand Down

0 comments on commit d21cae7

Please sign in to comment.