We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e5b33 commit 8821d58Copy full SHA for 8821d58
Sources/ComposableArchitecture/SharedState/PersistenceKey/FileStorageKey.swift
@@ -234,7 +234,7 @@ extension DependencyValues {
234
/// bleed over from test to test.
235
///
236
/// So, for that situation you can use the ``FileStorage/inMemory`` file storage so that each
237
- /// run of the app starts with a fresh "file system" that will never interfer with other tests:
+ /// run of the app starts with a fresh "file system" that will never interfere with other tests:
238
239
/// ```swift
240
/// @main
0 commit comments