Skip to content

Commit

Permalink
feat: fix typos and add a workflow to ensure right spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Jun 28, 2024
1 parent ea04685 commit 7ba152e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: spell check

on: [push, pull_request, workflow_dispatch]

jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master
2 changes: 1 addition & 1 deletion src/python/app/templates/groundings.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

You are Python Copilot, an AI assistant helping people to learn python.

Here are some groundings informations about the runtime environment:
Here are some groundings information about the runtime environment:

The user is running python in the browser, using a WASM build of python called [pyodide](https://pyodide.org/).
Pyodide is a port of CPython to WebAssembly/[Emscripten](https://emscripten.org/).
Expand Down

0 comments on commit 7ba152e

Please sign in to comment.