fix: Fix typos (#2834)

* fix typos

* fix typo

* fix typo

* fix typos

* fix typo
This commit is contained in:
omahs
2024-03-23 11:39:30 +01:00
committed by GitHub
parent 4d30e99e31
commit 01e3d9dc4b
5 changed files with 8 additions and 8 deletions
@@ -28,7 +28,7 @@ import com.iluwatar.featuretoggle.user.User;
/**
* Simple interfaces to allow the calling of the method to generate the welcome message for a given
* user. While there is a helper method to gather the the status of the feature toggle. In some
* user. While there is a helper method to gather the status of the feature toggle. In some
* cases there is no need for the {@link Service#isEnhanced()} in {@link
* com.iluwatar.featuretoggle.pattern.tieredversion.TieredFeatureToggleVersion} where the toggle is
* determined by the actual {@link User}.