Skip to content

Commit

Permalink
Minor typo fix in field description (#3485)
Browse files Browse the repository at this point in the history
Get this in before shipping 10.6 docs

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Mar 5, 2024
1 parent 2ebf319 commit 6cb42a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions providers/os/resources/os.lr
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private vuln.cve @defaults("id") {
// Advisory information
private vuln.advisory @defaults("id") {
// Advisory ID
id string
id string
// Title of the advisory
title string
// Description of the advisory
Expand Down Expand Up @@ -614,7 +614,7 @@ package @defaults("name version") {
// Common Platform Enumeration (CPE) for the package
cpes []core.cpe

// Package origin, may includes version if available (optional)
// Package origin, may include version if available (optional)
origin() string

// Available version
Expand Down Expand Up @@ -1294,7 +1294,7 @@ macos.systemsetup {
// Windows-specific resource to get operating system details
windows {
// A consolidated object of system and operating system properties
//
//
// see https://docs.microsoft.com/en-us/dotnet/api/microsoft.powershell.commands.computerinfo?view=powershellsdk-1.1.0 for more information
computerInfo() dict

Expand Down Expand Up @@ -1323,7 +1323,7 @@ windows.hotfix {
// Windows feature resource
windows.feature {
init(name string)
// Feature full path
// Feature full path
path string
// Command IDs of role, role service, or feature
name string
Expand Down

0 comments on commit 6cb42a3

Please sign in to comment.