Skip to content

Commit

Permalink
docs: typo warn -> warning (#2686)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 authored Aug 9, 2021
1 parent 5434d05 commit a15a728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Now we can go back to the Julia REPL and load the package:
julia> import Example
```

!!! warn
!!! warning
A package can only be loaded once per Julia session.
If you have run `import Example` in the current Julia session, you will
have to restart Julia and rerun `activate tutorial` in the Pkg REPL.
Expand Down

0 comments on commit a15a728

Please sign in to comment.