You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is a minor typo in the docs, which makes the build fail if you copy the code and try playing around with it: in docs/docs/formula/index.html and packages/docs-site/docs/formula.md there is a line of code export let projectname = ''; which should be changed into export let projectName = ''; (notice the capital N in projectName)
The text was updated successfully, but these errors were encountered:
there is a minor typo in the docs, which makes the build fail if you copy the code and try playing around with it: in docs/docs/formula/index.html and packages/docs-site/docs/formula.md
there is a line of code
export let projectname = '';
which should be changed intoexport let projectName = '';
(notice the capital N in projectName)The text was updated successfully, but these errors were encountered: