Skip to content

Commit 7bd8ae8

Browse files
Fix typo configurarion
1 parent 26106d1 commit 7bd8ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2021-01-12-configuring-and-suppressing-warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ warning: 1 feature warning; re-run with -feature for details
5959
4 warnings
6060
```
6161

62-
Using `-deprecation` and `-feature` these warnings are reported individually. As we will see later, these two flags are shorthands for changing the `-Wconf` configurarion.
62+
Using `-deprecation` and `-feature` these warnings are reported individually. As we will see later, these two flags are shorthands for changing the `-Wconf` configuration.
6363

6464
```scala
6565
$> scalac Test.scala -deprecation -feature

0 commit comments

Comments
 (0)