Skip to content

Commit 2b20de6

Browse files
heckjMaxDesiatov
andcommitted
Update Sources/PackageManagerDocs/Documentation.docc/BundlingResources.md
Co-authored-by: Max Desiatov <[email protected]>
1 parent ebb77e4 commit 2b20de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageManagerDocs/Documentation.docc/BundlingResources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ targets: [
5858
```
5959

6060
In general, avoid placing files that aren’t resources in a target's source folder.
61-
If thats not feasible, avoid excluding every file individually, place all files you want to exclude in a directory, and add the directory path to the array of excluded files.
61+
If that's not feasible, avoid excluding every file individually, place all files you want to exclude in a directory, and add the directory path to the array of excluded files.
6262
Swift Package Manager warns you about files it doesn't recognize in a target's `Sources` directory.
6363

6464
### Access a resource in code

0 commit comments

Comments
 (0)