Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(sips/006-spin-plugins): Fix typo in
package.os
field definitio…
…n (`osx` -> `macos`) At the time of writing (Spin v3.1.2), the `Os` enum is [defined][0] as follows: ```rs enum Os { Linux, Macos, Windows, } ``` This commit adjust the SIP to match the implementation by renaming `osx` to `macos`. Note that the SIP later on uses `macos` as part of the URL in one of the examples. [0]: https://github.com/fermyon/spin/blob/v3.1.2/crates/plugins/src/manifest.rs#L113 Signed-off-by: Petar Kirov <[email protected]>
- Loading branch information