Skip to content

Commit ffcc0c1

Browse files
authored
Remove extraneous word
1 parent 8981cf8 commit ffcc0c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins:
2323

2424
Default is `.`. Set a default path to the searched directories in order to shorten table filename specifications.
2525

26-
Given a file path, `table-reader` will search for that file relative to your your project's `mkdocs.yml` and relative to your `docs/` folder. If you use a folder for all your table files you can shorten the path specification by setting the `data_path`.
26+
Given a file path, `table-reader` will search for that file relative to your project's `mkdocs.yml` and relative to your `docs/` folder. If you use a folder for all your table files you can shorten the path specification by setting the `data_path`.
2727

2828
For example, if your table is located in `docs/assets/tables/basic_table.csv`, you can set `data_path` to `docs/assets/tables/`. Then you will be able to use `{{ read_csv("basic_table.csv") }}` instead of `{{ read_csv("docs/assets/tables/basic_table.csv") }}` inside any markdown page.
2929

@@ -60,4 +60,4 @@ export ENABLED_TABLE_READER=false
6060
mkdocs serve
6161
```
6262

63-
{% endraw %}
63+
{% endraw %}

0 commit comments

Comments
 (0)