Update src/main/java/com/github/javafaker/Photography.java

Co-authored-by: Patrice De Saint Steban <patrice@desaintsteban.fr>
This commit is contained in:
Evgeniy Lozovan
2020-11-09 10:31:27 +03:00
committed by GitHub
parent 5223bd80c6
commit 308358cc29
@@ -42,8 +42,8 @@ public class Photography {
/**
* @return a photography genre.
*/
public String gengre() {
return faker.fakeValuesService().fetchString("photography.gengre");
public String genre() {
return faker.fakeValuesService().fetchString("photography.genre");
}
/**
@@ -73,4 +73,4 @@ public class Photography {
public String iso() {
return faker.fakeValuesService().fetchString("photography.iso");
}
}
}