Skip to content

Commit

Permalink
Fixed typos in the API documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Aug 20, 2024
1 parent 38207f8 commit 1622755
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/ronin-exploits/Ronin/Exploits/Loot/File.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ <h3 class="signature first" id="initialize-instance_method">
<span class='name'>path</span>


<span class='type'>(<tt>Stirng</tt>)</span>
<span class='type'>(<tt>String</tt>)</span>



Expand Down
2 changes: 1 addition & 1 deletion docs/ronin-support/Ronin/Support/Binary/ByteSlice.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ <h3 class="signature first" id="initialize-instance_method">


&mdash;
<div class='inline'><p>The given string was not a Stirng or a <span class='object_link'><a href="" title="Ronin::Support::Binary::ByteSlice (class)">Ronin::Support::Binary::ByteSlice</a></span>.</p>
<div class='inline'><p>The given string was not a String or a <span class='object_link'><a href="" title="Ronin::Support::Binary::ByteSlice (class)">Ronin::Support::Binary::ByteSlice</a></span>.</p>
</div>

</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/ronin-vulns/Ronin/Vulns/CommandInjection.html
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ <h3 class="signature first" id="test_param-class_method">
<span class='name'>terminator</span>


<span class='type'>(<tt>Array&lt;String, nil&gt;</tt>, <tt>Stirng</tt>, <tt>nil</tt>)</span>
<span class='type'>(<tt>Array&lt;String, nil&gt;</tt>, <tt>String</tt>, <tt>nil</tt>)</span>


<em class="default">(defaults to: <tt>[nil, &#39;;&#39;, &#39;#&#39;, &quot;\n&quot;]</tt>)</em>
Expand Down
2 changes: 1 addition & 1 deletion docs/ronin/Ronin/CLI/Commands/CipherCommand.html
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ <h3 class="signature " id="open_file-instance_method">
<span class='name'>path</span>


<span class='type'>(<tt>Stirng</tt>)</span>
<span class='type'>(<tt>String</tt>)</span>



Expand Down
2 changes: 1 addition & 1 deletion docs/ronin/Ronin/CLI/FileProcessorCommand.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ <h3 class="signature first" id="open_file-instance_method">
<span class='name'>path</span>


<span class='type'>(<tt>Stirng</tt>)</span>
<span class='type'>(<tt>String</tt>)</span>



Expand Down

0 comments on commit 1622755

Please sign in to comment.