Skip to content

Commit

Permalink
Update documentation for the default navigation controller.
Browse files Browse the repository at this point in the history
  • Loading branch information
svara committed Dec 3, 2024
1 parent ddae793 commit 6912441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/HotwireConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public struct HotwireConfig {
}

/// The navigation controller used in `Navigator` for the main and modal stacks.
/// Must be a `UINavigationController` or subclass.
/// Must be a `HotwireNavigationController` or subclass.
public var defaultNavigationController: () -> UINavigationController = {
HotwireNavigationController()
}
Expand Down

0 comments on commit 6912441

Please sign in to comment.