Skip to content

Commit 7713066

Browse files
authored
codespell fix
1 parent 9b13375 commit 7713066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/project_structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In `page.md`, to read `another_table.csv`, you can choose to use:
3333
- `{{ read_csv("folder/another_table.csv") }}` (Path relative to docs/ directory)
3434
- `{{ read_csv("another_table.csv") }}` (Path relative to page source file)
3535

36-
## Re-using tables across markdown files
36+
## Reusing tables across markdown files
3737

3838
If you want to reuse tables in multiple markdown files, or have many tables, you'll want to store them in a central directory, like `docs/assets/tables`.
3939
That way, if you restructure your navigation, the links to the tables won't break either.

0 commit comments

Comments
 (0)