Skip to content

Commit f0af65b

Browse files
authored
Fix typo in the main UI heading (#279)
* Fix edge case handling in Mock engine List method * There's a typo in the main UI heading - Controler should be Controller * Update engine_inmemory.go to old one
1 parent 8ed75af commit f0af65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function Home() {
2525
style={{minHeight: 'calc(100vh - 64px)', height: 'calc(100vh - 64px)'}}
2626
className={'flex flex-col items-center justify-center space-y-2 h-full'}
2727
>
28-
<Typography variant="h3">Kvrocks Controler UI</Typography>
28+
<Typography variant="h3">Kvrocks Controller UI</Typography>
2929
<Typography variant="body1">Work in progress...</Typography>
3030
<Button size="large" variant="outlined" sx={{ textTransform: 'none' }} href="https://github.com/apache/kvrocks-controller/issues/135">
3131
Click here to submit your suggestions

0 commit comments

Comments
 (0)