diff options
author | Jon Sadka <Jonsadka@gmail.com> | 2014-09-18 22:08:51 -0700 |
---|---|---|
committer | Jon Sadka <Jonsadka@gmail.com> | 2014-09-18 22:08:51 -0700 |
commit | 5fe7ef63d862d3aabbd24509e3fc08aba9f45d06 (patch) | |
tree | dd64617983520b58d7ef09c44f7a1c5c7897d331 /FAQ.md | |
parent | 8aa2a34a8d2453a45a3bc9d45e1fbed17e4d8bbc (diff) | |
download | handlebars.js-5fe7ef63d862d3aabbd24509e3fc08aba9f45d06.zip handlebars.js-5fe7ef63d862d3aabbd24509e3fc08aba9f45d06.tar.gz handlebars.js-5fe7ef63d862d3aabbd24509e3fc08aba9f45d06.tar.bz2 |
Update FAQ.md
Fixed misspelling of sufficent to sufficient on Line 60
Diffstat (limited to 'FAQ.md')
-rw-r--r-- | FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,4 +57,4 @@ The other option is to load the `handlebars.runtime.js` UMD build, which might not require path configuration and exposes the library as both the module root and the `default` field for compatibility. - If not using ES6 transpilers or accessing submodules in the build the former option should be sufficent for most use cases. + If not using ES6 transpilers or accessing submodules in the build the former option should be sufficient for most use cases. |