Skip to content

Commit 4f254ff

Browse files
authored
Merge pull request #1395 from will-sargent-eero/patch-1
Fix typo configurarion
2 parents 26106d1 + 7bd8ae8 commit 4f254ff

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)