Skip to content

Commit 3427e1a

Browse files
michaelmcneesclaude
andcommitted
fix: address reviewer comments — input type, deprecated CSS
- expressions.md: type: integer → type: number (matches valid input types) - global.css: word-break: break-word → overflow-wrap: anywhere (deprecated) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 43a03d6 commit 3427e1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

site/src/content/docs/concepts/expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ inputs:
5555
name:
5656
type: string
5757
count:
58-
type: integer
58+
type: number
5959
6060
steps:
6161
- name: greet

site/src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ mark[data-pagefind-highlight] {
403403
}
404404

405405
.prose code {
406-
word-break: break-word;
406+
overflow-wrap: anywhere;
407407
}
408408
}
409409

0 commit comments

Comments
 (0)