Skip to content

Commit

Permalink
Fix typos and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkorir committed Feb 7, 2025
1 parent 1304d8f commit 59dc2e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Python
- name: Install Pythonha
uses: actions/setup-python@v5
with:
python-version: "3.10"
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
run: |
echo '!**/*.html' >> .gitignore
hatch run docs-build
- name: Publush to Github Pages
- name: Publish to Github Pages
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: site
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/transforming-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Frictionless includes more than 40+ built-in transform steps. They are grouped b
- row
- cell

See [Transform Steps](../steps/cell.md) for a list of all available steps. It is also possible to write custom transform steps: see the next section.
See [Transform Steps](../steps/cell.html) for a list of all available steps. It is also possible to write custom transform steps: see the next section.

## Custom Steps

Expand Down

0 comments on commit 59dc2e4

Please sign in to comment.