Skip to content

Commit 630bdea

Browse files
authored
Fix typo (#5715)
It is spelled "example", not "exampe". I think.
1 parent 92b43d9 commit 630bdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ SwiftPM doesn't currently have any specific support for debugging and testing pl
346346

347347
When invoked in Apple’s Xcode IDE, plugins have access to a library module provided by Xcode called *XcodeProjectPlugin* — this module extends the *PackagePlugin* APIs to let plugins work on Xcode targets in addition to packages.
348348

349-
In order to write a plugin that works with packages in every environment and that conditionally works with Xcode projects when run in Xcode, the plugin should conditionally import the *XcodeProjectPlugin* module when it is available. For exampe:
349+
In order to write a plugin that works with packages in every environment and that conditionally works with Xcode projects when run in Xcode, the plugin should conditionally import the *XcodeProjectPlugin* module when it is available. For example:
350350

351351
```swift
352352
import PackagePlugin

0 commit comments

Comments
 (0)