Skip to content

Commit 54eec07

Browse files
committed
update typo
1 parent ab0d5e3 commit 54eec07

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.typo-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ excluded_files:
2323
- "*.html"
2424
- "*.json"
2525
- "*.lock"
26+
- "*.js"
2627
- "*.md"
2728
- "CHANGELOG.mdx"
2829
- "CODE_OF_CONDUCT.md"
@@ -155,5 +156,8 @@ excluded_words:
155156
- unschedule
156157
- wsgi
157158
- ruamel
159+
- prototyper
160+
- hallo
161+
- crypto
158162

159163
spellcheck_filenames: false

docs/src/components/prototyper/prototyper.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const Prototyper = ({children, startPrototyperApi, trainModelApi, chatBlockSelec
5252
};
5353

5454
const trainModel = () => {
55-
// traing the model, resetting the chatblock
55+
// train the model, resetting the chatblock
5656
if (pollingIntervalId) {
5757
updateChatBlock();
5858
clearInterval(pollingIntervalId);

0 commit comments

Comments
 (0)