Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo on Update ch02-00-introduction.md #28

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/ch02-00-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ to be version controlled and maintained along with a project.

## DevOps (Operations)

Nix allows you to percisely describe the software you intended to use. Nix packages
Nix allows you to precisely describe the software you intended to use. Nix packages
are defined by their dependencies, so they inherently retain their SBOM (Software Bill of Materials)
by default. By leveraging NixOS modules, one can also create configurable services and compose
it into coherent systems. The combination of Nix + NixOS allows you to have delcarative configuration
of both services and sytems.
it into coherent systems. The combination of Nix + NixOS allows you to have declarative configuration
of both services and systems.

## System Administrators (home to enterprise)

Expand Down
Loading