1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

Merge pull request #948 from marksisson/patches/fix-typo-in-module-system-md

This commit is contained in:
Silvan Mosberger 2024-03-28 06:31:23 +01:00 committed by GitHub
commit f32c85e096
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -555,7 +555,7 @@ Reference this new file in `default.nix` using the `imports` attribute:
We want to set multiple markers on the map.
A marker is a complex type with multiple fields.
This is wher one of the most useful types included in the module system's type system comes into play: `submodule`.
This is where one of the most useful types included in the module system's type system comes into play: `submodule`.
This type allows you to define nested modules with their own options.
Here, you will define a new `map.markers` option whose type is a list of submodules, each with a nested `location` type, allowing you to define a list of markers on the map.