Fixed typo

'lines' instead of 'line' in the "multi-line input" section
This commit is contained in:
Alaa Bouayed 2019-04-20 19:48:58 +01:00 committed by GitHub
parent 069795438d
commit f363b920ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ Now `key:Cmd+Opt+C` can toggle the console. Also, note that the new top menu ite
Usually, when we put a line of code into the console, and then press `key:Enter`, it executes. Usually, when we put a line of code into the console, and then press `key:Enter`, it executes.
To insert multiple line, press `key:Shift+Enter`. To insert multiple lines, press `key:Shift+Enter`.
## Summary ## Summary