From 228174d299f000a54da53b08714ea7480a2567a4 Mon Sep 17 00:00:00 2001 From: Boris Kaus <61824822+boriskaus@users.noreply.github.com> Date: Thu, 20 Jul 2023 21:45:15 +0200 Subject: [PATCH] Update juliasetup_example_sphere.md --- docs/src/man/juliasetup_example_sphere.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/man/juliasetup_example_sphere.md b/docs/src/man/juliasetup_example_sphere.md index 8a9bae28..738ae7fe 100644 --- a/docs/src/man/juliasetup_example_sphere.md +++ b/docs/src/man/juliasetup_example_sphere.md @@ -163,10 +163,10 @@ julia> julia> readdir() "output.dat" "output.pvd" ``` -And you can open `output.pvd` with paraview. If your systems recogized that `*.pvd` files can be opened with paraview, you can do that with +And you can open `output.pvd` with paraview. If your system recogizes that `*.pvd` files should be opened with paraview, you can do that with ```julia julia> ; shell> open output.pvd ``` -Otherwise, start paraview and open the file. +Otherwise, start paraview manually and open the file.