Skip to content

Commit 5d62679

Browse files
Fix typo
1 parent 48e3ce6 commit 5d62679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/getting-started/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project and that you have a working package manifest. Please follow [our SwiftPM
77

88
## A simple test case
99

10-
Let's assume you have a `SwiftWasmLibrary` target in your project that you'd like to test. Your
10+
Let's assume you have an `Example` target in your project that you'd like to test. Your
1111
`Package.swift` should also have a test suite target with a dependency on the library target. It
1212
would probably look like this:
1313

0 commit comments

Comments
 (0)