Skip to content

Commit 553467a

Browse files
authored
Fixed spelling mistake (#110)
1 parent 9206147 commit 553467a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The fundamental type defined in this package is a `TBLogger`, which behaves like
2929
other standard loggers in Julia such as `ConsoleLogger` or `TextLogger`. You can
3030
create one by passing it the path to the folder where you want to store the data.
3131
You can also pass an optional second argument to specify the behaviour in case
32-
there already exhist a document at the given path.
32+
there already exists a document at the given path.
3333

3434
Once you have created a `TBLogger`, you can use it as you would use any other
3535
logger in Julia:

0 commit comments

Comments
 (0)