From 4247afdb5008866ae041b27abf5367383e1b5455 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 4 Mar 2024 19:17:54 -0800 Subject: [PATCH] Minor typo fix in field description Get this in before shipping 10.6 docs Signed-off-by: Tim Smith --- providers/os/resources/os.lr | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/providers/os/resources/os.lr b/providers/os/resources/os.lr index 49329311ed..ed54eadb6b 100644 --- a/providers/os/resources/os.lr +++ b/providers/os/resources/os.lr @@ -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 @@ -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 @@ -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 @@ -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