Skip to content

Commit 408e660

Browse files
authored
Fix description field on Known Error docs (#71)
Minor fix for docs following the recent schema changes
1 parent ba1365c commit 408e660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/models/ScopeKnownError.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ apiVersion: scope.github.com/v1alpha
1515
kind: ScopeKnownError
1616
metadata:
1717
name: error-exists
18-
spec:
1918
description: Check if the word error is in the logs
19+
spec:
2020
pattern: error
2121
help: The command had an error, try reading the logs around there to find out what happened.
2222
```

0 commit comments

Comments
 (0)