Skip to content

Commit 2b44317

Browse files
Merge pull request #127286 from changeworld/patch-8
Fix typo: conain -> contain
2 parents 9c97a87 + 27a906e commit 2b44317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/basic-standard/how-to-configure-palo-alto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function New-PaloAltoService {
168168
}
169169
}
170170
171-
# Some rules in the CSV may need to conain source ports or descriptions. If these are present, populate them in the request
171+
# Some rules in the CSV may need to contain source ports or descriptions. If these are present, populate them in the request
172172
if ($ServiceObject.description) {
173173
$requestBody.entry.description = $ServiceObject.description
174174
}

0 commit comments

Comments
 (0)