From fa267eea9615bcdeb56a35a1ec7795661e57b2d6 Mon Sep 17 00:00:00 2001 From: Rafael Fourquet Date: Fri, 5 Jun 2020 15:10:49 +0200 Subject: [PATCH] fix a doc typo in tips.md (#114) --- docs/src/tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tips.md b/docs/src/tips.md index e81faf2..7a75af5 100644 --- a/docs/src/tips.md +++ b/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 [`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 ```julia