space10-community / conversational-form

Turning web forms into conversations
https://space10-community.github.io/conversational-form/
MIT License
3.8k stars 776 forks source link

Fix typos #441

Closed abzr1 closed 3 years ago

abzr1 commented 3 years ago

I fixed the following typos in the docs:

- Be aware that if you create mutiple Conversational Forms within one page then the reference will be overwritten with latest created. Use windo.ConversationalForm[form["cf-create-id"]]?` or just manually instantiate the form and user the returned instance.
+ Be aware that if you create multiple Conversational Forms within one page then the reference will be overwritten with the latest created. Use window.ConversationalForm[form["cf-create-id"]]? or just manually instantiate the form and user the returned instance.

This text should be wrapped in a pair of <code></code> tags, but I have not made this change because I do not know how it would/should be styled.

And why is there a question mark (?) at the end of the expression (window.ConversationalForm[form["cf-create-id"]]?)? Is it needed?