Skip to content

Commit

Permalink
Minor typo correction in faq.md (keras-team#6964)
Browse files Browse the repository at this point in the history
* Minor typo in FAQ corrected

* Cleanup of other instances of filed typo in faq.md
  • Loading branch information
td2014 authored and fchollet committed Jun 13, 2017
1 parent cd94323 commit f4cb890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/templates/getting-started/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- [How can I remove a layer from a Sequential model?](#how-can-i-remove-a-layer-from-a-sequential-model)
- [How can I use pre-trained models in Keras?](#how-can-i-use-pre-trained-models-in-keras)
- [How can I use HDF5 inputs with Keras?](#how-can-i-use-hdf5-inputs-with-keras)
- [Where is the Keras configuration filed stored?](#where-is-the-keras-configuration-filed-stored)
- [Where is the Keras configuration file stored?](#where-is-the-keras-configuration-file-stored)

---

Expand Down Expand Up @@ -424,7 +424,7 @@ with h5py.File('input/file.hdf5', 'r') as f:

---

### Where is the Keras configuration filed stored?
### Where is the Keras configuration file stored?

The default directory where all Keras data is stored is:

Expand Down

0 comments on commit f4cb890

Please sign in to comment.