Browse Source

fix a doc typo in tips.md (#114)

pull/117/head
Rafael Fourquet 6 years ago committed by GitHub
parent
commit
fa267eea96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/src/tips.md

2
docs/src/tips.md

@ -19,7 +19,7 @@ the generated notebook can become large.
In order to remedy this you can use the clever Julia package In order to remedy this you can use the clever Julia package
[`DisplayAs`](https://github.com/tkf/DisplayAs.jl) to limit the output capabilities of [`DisplayAs`](https://github.com/tkf/DisplayAs.jl) to limit the output capabilities of
and object. For example, to "force" and image to be captures as `image/png` only, and object. For example, to "force" an image to be captures as `image/png` only,
you can use you can use
```julia ```julia

Loading…
Cancel
Save