Skip to content

Commit 8821d58

Browse files
authored
[DOCS] fix minor typo in FileStorageKey (#3305)
1 parent 07e5b33 commit 8821d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/SharedState/PersistenceKey/FileStorageKey.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ extension DependencyValues {
234234
/// bleed over from test to test.
235235
///
236236
/// 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:
237+
/// run of the app starts with a fresh "file system" that will never interfere with other tests:
238238
///
239239
/// ```swift
240240
/// @main

0 commit comments

Comments
 (0)