Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Mar 9, 2024
1 parent 48e3ce6 commit 5d62679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getting-started/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project and that you have a working package manifest. Please follow [our SwiftPM

## A simple test case

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

Expand Down

0 comments on commit 5d62679

Please sign in to comment.