Skip to content

Commit 2eb7372

Browse files
author
Sunset Wan
committed
fix: fix typo
1 parent caceaf9 commit 2eb7372

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)