Skip to content

Commit f1b84dc

Browse files
tianzedaviddryajov
andauthored
chore: fix some typos (#1110)
Signed-off-by: tianzedavid <cuitianze@aliyun.com> Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
1 parent a5db757 commit f1b84dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Feel free to dive in, contributions are welcomed! Open an issue or submit PRs.
5959

6060
### Linting and formatting
6161

62-
`nim-codex` uses [nph](https://github.com/arnetheduck/nph) for formatting our code and it is requrired to adhere to its styling.
62+
`nim-codex` uses [nph](https://github.com/arnetheduck/nph) for formatting our code and it is required to adhere to its styling.
6363
If you are setting up fresh setup, in order to get `nph` run `make build-nph`.
6464
In order to format files run `make nph/<file/folder you want to format>`.
65-
If you want you can install Git pre-commit hook using `make install-nph-commit`, which will format modified files prior commiting them.
65+
If you want you can install Git pre-commit hook using `make install-nph-commit`, which will format modified files prior committing them.
6666
If you are using VSCode and the [NimLang](https://marketplace.visualstudio.com/items?itemName=NimLang.nimlang) extension you can enable "Format On Save" (eq. the `nim.formatOnSave` property) that will format the files using `nph`.

nix/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ in pkgs.gcc13Stdenv.mkDerivation rec {
5656
fakeCargo
5757
];
5858

59-
# Disable CPU optmizations that make binary not portable.
59+
# Disable CPU optimizations that make binary not portable.
6060
NIMFLAGS = "-d:disableMarchNative -d:git_revision_override=${revision}";
6161
# Avoid Nim cache permission errors.
6262
XDG_CACHE_HOME = "/tmp";

0 commit comments

Comments
 (0)