Skip to content

Commit f5a4573

Browse files
Fix documentation typos (#1736)
A number of typos in the documentation were incorrect resulting on poor user experience. In particular, the link to the types of steps was to a Markdown file instead of HTML. --------- Co-authored-by: Pierre Camilleri <[email protected]>
1 parent 95098b3 commit f5a4573

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/general.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
run: |
131131
echo '!**/*.html' >> .gitignore
132132
hatch run docs-build
133-
- name: Publush to Github Pages
133+
- name: Publish to Github Pages
134134
uses: stefanzweifel/git-auto-commit-action@v5
135135
with:
136136
branch: site

docs/guides/transforming-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ cat transform.csv
5353

5454
The high-level interface to transform data is a set of `transform` functions:
5555
- `transform`: detects the source type and transforms data accordingly
56-
- `reosurce.transform`: transforms a resource
56+
- `resource.transform`: transforms a resource
5757
- `package.transform`: transforms a package
5858

5959
We'll see examples of these functions in the next few sections.
@@ -157,7 +157,7 @@ Frictionless includes more than 40+ built-in transform steps. They are grouped b
157157
- row
158158
- cell
159159

160-
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.
160+
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.
161161

162162
## Custom Steps
163163

0 commit comments

Comments
 (0)