diff --git a/spec/numberformat.html b/spec/numberformat.html
index 95138af8..f28a5f84 100644
--- a/spec/numberformat.html
+++ b/spec/numberformat.html
@@ -35,7 +35,7 @@
Intl.NumberFormat ( [ _locales_ [ , _options_ ] ] )
1. Let _style_ be _numberFormat_.[[Style]].
1. Let _notation_ be ? GetOption(_options_, *"notation"*, ~string~, « *"standard"*, *"scientific"*, *"engineering"*, *"compact"* », *"standard"*).
1. Set _numberFormat_.[[Notation]] to _notation_.
- 1. If _style_ is *"currency"* and *"notation"* is *"standard"*, then
+ 1. If _style_ is *"currency"* and _notation_ is *"standard"*, then
1. Let _currency_ be _numberFormat_.[[Currency]].
1. Let _cDigits_ be CurrencyDigits(_currency_).
1. Let _mnfdDefault_ be _cDigits_.