From f62ae456b03eea52addb95d8e3bbdf0277632d65 Mon Sep 17 00:00:00 2001 From: Ryan Guest Date: Thu, 1 Feb 2018 15:44:23 -0800 Subject: [PATCH] Fix typo --- .../java/com/iluwatar/objectmother/RoyaltyObjectMother.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object-mother/src/main/java/com/iluwatar/objectmother/RoyaltyObjectMother.java b/object-mother/src/main/java/com/iluwatar/objectmother/RoyaltyObjectMother.java index 118253d56..633a95b71 100644 --- a/object-mother/src/main/java/com/iluwatar/objectmother/RoyaltyObjectMother.java +++ b/object-mother/src/main/java/com/iluwatar/objectmother/RoyaltyObjectMother.java @@ -28,7 +28,7 @@ package com.iluwatar.objectmother; public final class RoyaltyObjectMother { /** - * Method to create a sober and unhappy king. The standard paramters are set. + * Method to create a sober and unhappy king. The standard parameters are set. * @return An instance of {@link com.iluwatar.objectmother.King} with the standard properties. */ public static King createSoberUnhappyKing() {