Skip to content

Commit e45399e

Browse files
authored
chore: remove redundant words (#6430)
Signed-off-by: slicesequal <slicesequal@outlook.com>
1 parent 6ac03c8 commit e45399e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The core development team monitors the Algorand [discord community](https://disc
2323

2424
## Pull Requests
2525

26-
All changes are are made via pull requests.
26+
All changes are made via pull requests.
2727

2828
Small changes are easier to review and merge than large ones, so the more focused a PR the better. If a feature requires refactoring, the refactoring should be a separate PR. If refactoring uncovers a bug, the fix should be a separate PR. These are not strict rules, but generally speaking, they make things easier to review which speeds up the PR process.
2929

cmd/util/datadir/datadir.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
// DataDirs contains the list of data directories
2525
var DataDirs []string
2626

27-
// ResolveDataDir determines the data directory to to use.
27+
// ResolveDataDir determines the data directory to use.
2828
// If not specified on cmdline with '-d', look for default in environment.
2929
func ResolveDataDir() string {
3030
var dir string

0 commit comments

Comments
 (0)