Skip to content

Commit 4721feb

Browse files
committed
tweak docs
1 parent 878edaf commit 4721feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ File attachments can be also be pulled from archives. The following archive exte
240240
- `.tar` - for [tarballs](<https://en.wikipedia.org/wiki/Tar_(computing)>)
241241
- `.tar.gz` and `.tgz` - for [compressed tarballs](https://en.wikipedia.org/wiki/Gzip)
242242

243-
For example, say you have a `quakes.zip` archive that includes yearly files for observed earthquakes. If you reference `FileAttachment("quakes/2021.csv")` in code, Observable Framework will pull the `2021.csv` from `quakes.zip`. So this source root:
243+
For example, say you have a `quakes.zip` archive that includes yearly files for observed earthquakes. If you reference `FileAttachment("quakes/2021.csv")`, Framework will pull the `2021.csv` from `quakes.zip`. So this source root:
244244

245245
```ini
246246
.

0 commit comments

Comments
 (0)