Skip to content

Commit dd0cf4b

Browse files
authored
Land rapid7#19315, remove duplicate word in wiki docs
2 parents 745bb9c + 74536b9 commit dd0cf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/metasploit-framework.wiki/dev/Setting-Up-a-Metasploit-Development-Environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ To run tests defined in file(s):
253253
bundle exec rspec ./spec/path/to/your/tests_1.rb ./spec/path/to/your/tests_2.rb
254254
```
255255

256-
To run run the tests defined at a line number - for instance line 23:
256+
To run the tests defined at a line number - for instance line 23:
257257

258258
```
259259
bundle exec rspec ./spec/path/to/your/tests_1.rb:23

0 commit comments

Comments
 (0)