Skip to content

Commit 151b788

Browse files
committed
fix spell issue
1 parent 81718c1 commit 151b788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftUIOverlayContainer/Container/ContainerProtocols.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public protocol ContainerCompositionProtocol {
6868
/// Default value is disable
6969
var ignoresSafeArea: ContainerIgnoresSafeArea { get }
7070

71-
/// Expands the backgroud container out of its safe area.
71+
/// Expands the background container out of its safe area.
7272
///
7373
/// Default value is disable
7474
var bgIgnoresSafeArea: ContainerIgnoresSafeArea { get }

0 commit comments

Comments
 (0)