Merge pull request #1652 from thecodingmachine/small_doc_improve

Changing slightly wording of misleading phrase
This commit is contained in:
David Négrier 2021-12-16 10:09:45 +01:00 committed by GitHub
commit 994f8b405f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ WA.chat.sendChatMessage('Hello world', 'Mr Robot');
The `WA` objects contains a number of useful methods enabling you to interact with the WorkAdventure game. For instance, `WA.chat.sendChatMessage` opens the chat and adds a message in it.
In your browser console, when you open the map, the chat message should be displayed right away.
The message should be displayed in the chat history as soon as you enter the room.
## Adding a script in an iFrame