Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Sumit Jaiswal <[email protected]>
  • Loading branch information
justjais committed Jun 6, 2024
1 parent 0a60894 commit 6ff6c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"justMyCode": false
},
]
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pip install -e .

ARI can be debugged using VSCode. Steps to start debugging:

Step 1: Please add below line to fine that needs to be debugged:
Step 1: Please add below line to file that needs to be debugged:
```
import debugpy
debugpy.listen(5678)
Expand Down

0 comments on commit 6ff6c0b

Please sign in to comment.