Skip to content
Permalink
Browse files

fix accidental typo

  • Loading branch information
nknapp committed Sep 20, 2019
1 parent 8df74a0 commit 0419daec52dd2f0281322e04a278274cc51ee6ca
Showing with 1 addition and 1 deletion.
  1. +1 −1 FAQ.md
2 FAQ.md
@@ -31,7 +31,7 @@

## Why are my precompiled scripts throwing exceptions?

When using the precompiler, it's important that a supporting version of the Handlebars runtime be loaded on the target page. In version ##x there were rudimentary checks to compare the version but these did not always work. This is fixed under 2.x but the version checking does not work between these two versions. If you see unexpected errors such as `undefined is not a function` or similar, please verify that the same version is being used for both the precompiler and the client. This can be checked via:
When using the precompiler, it's important that a supporting version of the Handlebars runtime be loaded on the target page. In version 1.x there were rudimentary checks to compare the version but these did not always work. This is fixed under 2.x but the version checking does not work between these two versions. If you see unexpected errors such as `undefined is not a function` or similar, please verify that the same version is being used for both the precompiler and the client. This can be checked via:

```sh
handlebars --version

0 comments on commit 0419dae

Please sign in to comment.
You can’t perform that action at this time.