Unverified Commit a4a489b2 authored by seth's avatar seth Committed by GitHub
Browse files

doc/stdenv/platform-notes: fix typo (#374100)

parents 42337a40 54f484c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ stdenv.mkDerivation {
}
```

Note: It is possible to have multiple, different instances of `darwinMinVerisonHook` in your inputs.
Note: It is possible to have multiple, different instances of `darwinMinVersionHook` in your inputs.
When that happens, the one with the  highest version is always used.

#### Picking an SDK version {#sec-darwin-troubleshooting-picking-sdk-version}