Skip to content

Commit c9ea750

Browse files
authored
Merge pull request rapid7#21203 from dineshg0pal/fix/small-typo-fixes
Fix: minor syntax and formatting issues in documentation
2 parents 06520cb + 44d15b4 commit c9ea750

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/metasploit-framework.wiki/How-to-parse-an-HTTP-response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Consider the following example as your HTML response:
6464
<div id="french">Bonjour</div>
6565
</div>
6666
</body>
67-
<html>
67+
</html>
6868
```
6969

7070
**Basic usage of #at**

docs/metasploit-framework.wiki/Metasploit-URL-support-proposal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Metasploit currently provides multiple options for configuring target details:
1414

1515
Configuring this amount of options is cumbersome and time consuming on a per module basis.
1616

17-
Although it is is possible to globally setting common values with the `setg` command - and to individually override the ports on a per module basis, it is still an arduous task:
17+
Although it is possible to globally setting common values with the `setg` command - and to individually override the ports on a per module basis, it is still an arduous task:
1818

1919
```
2020
setg RHOSTS x.x.x.x

docs/metasploit-framework.wiki/Writing-External-Metasploit-Modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Run
151151
"id": {"type": "string"},
152152
"method": {"enum": ["run"]},
153153
"params": {
154-
"type": "object"
154+
"type": "object",
155155
"additionalProperties": false,
156156
"patternProperties": {
157157
"^[^=]*$": {
@@ -181,7 +181,7 @@ Run
181181
"id": {"type": "string"},
182182
"result": {
183183
"type": "object",
184-
"required": ["message"]
184+
"required": ["message"],
185185
"properties": {
186186
"message": {"type": "string"},
187187
"return": {"type": "string"}

0 commit comments

Comments
 (0)