@@ 16,7 16,7 @@ See [hello.nix](./hello.nix) for an example.
* Small interpreter size and memory footprint
* Shell-like syntax (commands separated by newlines, arguments separated by spaces, bare strings...)
* Avoids many bash pitfalls, like word splitting
-* Supports structured data while simultaneously makeing it easy to [treat everything as a string](https://wiki.tcl-lang.org/page/everything+is+a+string)
+* Supports structured data while simultaneously making it easy to [treat everything as a string](https://wiki.tcl-lang.org/page/everything+is+a+string)
* Supports libraries
## Similar projects