Skip to content

Commit

Permalink
[DOCS] fix minor typo in FileStorageKey (#3305)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty3345 authored Aug 26, 2024
1 parent 07e5b33 commit 8821d58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ extension DependencyValues {
/// bleed over from test to test.
///
/// So, for that situation you can use the ``FileStorage/inMemory`` file storage so that each
/// 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:
///
/// ```swift
/// @main
Expand Down

0 comments on commit 8821d58

Please sign in to comment.