Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Zaynetdinov committed Aug 27, 2022
1 parent 283a196 commit e856251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/OS/programms/greeting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import createProgram from '../createProgram';
export default createProgram('greeting', function* (args, system) {
system.addContent([
'HELLO!',
'Nice to meat U!',
'Nice to meet U!',
'My name is Vadim and this is my petproject',
'',
'If U need a help, just write command - help',
'If U need help, just write command - help',
'',
]);
});

0 comments on commit e856251

Please sign in to comment.