Skip to content

Commit

Permalink
Merge pull request #32 from SunsetWan/fix/fix-typo
Browse files Browse the repository at this point in the history
Fix: fix typo `laoders` -> `loaders`
  • Loading branch information
malcommac committed Apr 2, 2024
2 parents caceaf9 + 2eb7372 commit 5169922
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import Foundation

/// Consider `FlagsManager` as an object used to contain all the laoders of feature flag.
/// Consider `FlagsManager` as an object used to contain all the loaders of feature flag.
/// It's an optional object you can use at your convenience (you can still instantiate and store your own
/// `FlagsLoader` instances without needing of this object).
public class FlagsManager {
Expand Down

0 comments on commit 5169922

Please sign in to comment.