Browse Source

Fix typo (#439)

main
Daniel Steshenko 7 years ago
committed by Dan Abramov
parent
commit
3c44402eb1
  1. 2
      content/blog/2017-12-15-improving-the-repository-infrastructure.md

2
content/blog/2017-12-15-improving-the-repository-infrastructure.md

@ -127,7 +127,7 @@ if ("production" !== "production") {
}
```
However, if the bundler is miconfigured, you can accidentally ship development code into production. We can't completely prevent this, but we took a few steps to mitigate the common cases when it happens.
However, if the bundler is misconfigured, you can accidentally ship development code into production. We can't completely prevent this, but we took a few steps to mitigate the common cases when it happens.
#### Protecting Against Late Envification

Loading…
Cancel
Save