mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
fix(docs): Replace mentions of scorrect with typos
At some point early on, this project was renamed from "scorrect" to "typos". Some references to old URLs still exist. This commit corrects those references.
This commit is contained in:
parent
1798081344
commit
21df3ed539
3 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
[clog]
|
[clog]
|
||||||
repository = "https://github.com/crate-ci/scorrect"
|
repository = "https://github.com/crate-ci/typos"
|
||||||
changelog = "CHANGELOG.md"
|
changelog = "CHANGELOG.md"
|
||||||
from-latest-tag = true
|
from-latest-tag = true
|
||||||
|
|
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -4,18 +4,18 @@
|
||||||
|
|
||||||
#### Bug Fixes
|
#### Bug Fixes
|
||||||
|
|
||||||
* Ignore numbers as identifiers ([a00831c8](https://github.com/crate-ci/scorrect/commit/a00831c847b7efd81be520ea9b5d02f70555351f))
|
* Ignore numbers as identifiers ([a00831c8](https://github.com/crate-ci/typos/commit/a00831c847b7efd81be520ea9b5d02f70555351f))
|
||||||
* Improve the organization of --help ([a48a457c](https://github.com/crate-ci/scorrect/commit/a48a457cc3ca817850118e2a2fb8b20fecdd40b8))
|
* Improve the organization of --help ([a48a457c](https://github.com/crate-ci/typos/commit/a48a457cc3ca817850118e2a2fb8b20fecdd40b8))
|
||||||
|
|
||||||
#### Features
|
#### Features
|
||||||
|
|
||||||
* Dump files, identifiers, and words ([ce365ae1](https://github.com/crate-ci/scorrect/commit/ce365ae12e12fddfb6fc42a7f1e5ea71834d6051), closes [#41](https://github.com/crate-ci/scorrect/issues/41))
|
* Dump files, identifiers, and words ([ce365ae1](https://github.com/crate-ci/typos/commit/ce365ae12e12fddfb6fc42a7f1e5ea71834d6051), closes [#41](https://github.com/crate-ci/typos/issues/41))
|
||||||
* Give control over allowed identifier characters for leading vs rest ([107308a6](https://github.com/crate-ci/scorrect/commit/107308a655a425eb593bf5e4928572c16e6a9bdd))
|
* Give control over allowed identifier characters for leading vs rest ([107308a6](https://github.com/crate-ci/typos/commit/107308a655a425eb593bf5e4928572c16e6a9bdd))
|
||||||
|
|
||||||
#### Performance
|
#### Performance
|
||||||
|
|
||||||
* Use standard identifier rules to avoid doing umber checks ([107308a6](https://github.com/crate-ci/scorrect/commit/107308a655a425eb593bf5e4928572c16e6a9bdd))
|
* Use standard identifier rules to avoid doing umber checks ([107308a6](https://github.com/crate-ci/typos/commit/107308a655a425eb593bf5e4928572c16e6a9bdd))
|
||||||
* Only do hex check if digits are in identifiers ([68cd36d0](https://github.com/crate-ci/scorrect/commit/68cd36d0de90226dbc9d31c2ce6d8bf6b69adb5c))
|
* Only do hex check if digits are in identifiers ([68cd36d0](https://github.com/crate-ci/typos/commit/68cd36d0de90226dbc9d31c2ce6d8bf6b69adb5c))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2015 The assert_cli Developers
|
Copyright (c) 2019-2021 The typos Developers
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
Loading…
Reference in a new issue