Skip to content

Commit 3f8c782

Browse files
committed
typofix
Signed-off-by: Eddie Knight <knight@linux.com>
1 parent b39db9f commit 3f8c782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/schema.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ import (
138138
// ProjectDocumentation contains links to various documents related to the project, including detailed guides, code of conduct, quickstart guides, release processes, support policies, and signature verification.
139139
#ProjectDocumentation: {
140140
// URL to design documentation for this project.
141-
design?: #URL go(Design,type=*URL)
141+
design?: #URL @go(Design,type=*URL)
142142

143143
// URL to more extensive or advanced documentation.
144144
"detailed-guide"?: #URL @go(DetailedGuide,type=*URL)

0 commit comments

Comments
 (0)