Skip to content

Commit 5169922

Browse files
authored
Merge pull request #32 from SunsetWan/fix/fix-typo
Fix: fix typo `laoders` -> `loaders`
2 parents caceaf9 + 2eb7372 commit 5169922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RealFlags/Sources/RealFlags/Classes/FlagsManager/FlagsManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import Foundation
1414

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

0 commit comments

Comments
 (0)