Commit 376ab32
authored
docs(sips/006-spin-plugins): Fix typo in
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]>package.os field definition (osx -> macos)1 parent e721610 commit 376ab32
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
0 commit comments