Skip to content

Commit 6bf8a8f

Browse files
committed
Fix typo in comment
1 parent 29759ab commit 6bf8a8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Public/Chat/Request-ChatCompletion.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ function Request-ChatCompletion {
288288
}
289289
#endregion
290290

291-
#region Tools paramter validation
291+
#region Tools parameter validation
292292
if ($PSBoundParameters.ContainsKey('Tools')) {
293293
$tmpTools = [System.Collections.IDictionary[]]::new($Tools.Count)
294294
for ($i = 0; $i -lt $Tools.Count; $i++) {

0 commit comments

Comments
 (0)