-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] New for every sentance. #141
Comments
hello @nepalivai I would like to contribute. Can u assign me for this issue? |
@Bayyana-kiran feel free to create a pr if the maintainer merged it congratulations. |
OK I'm working on this |
Can u please explain the problem once briefly? if u don't mind |
okay. After the sentence ends the new line should be created rather than just adding it to the next line it can be done by either using the
|
Got it, I think I have tried it...it is working const makequote = () => { // get time chosen by the user // if the user has no history, i.e., new user // generate sentences // join sentences with line breaks return formattedQuote; |
Once check in ur system |
@Bayyana-kiran kindly plz send a screenshot and while writing code use " ` " * 3 sign
|
Describe the bug
When I am typing the same sentence It would be nice for ever world to align in the same format from up to down. As in the screenshot given below when I practice my typing in the easy mode, the first word is always to the first line and distracts me a little as I can't the what I am typing below (#134).
Screenshots of the error
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
When the same line repeats it should end just there and start a new line as shown in the pic below.
Desktop (please complete the following information):
Additional context
It would also be nice to see capital lettering from Intermediate and removing "," from Intermediate would be nice, After all, the hard level should have ",".
Expected Solution
This bug can be solved by adding line breaks in code and editing the file containing text.
The text was updated successfully, but these errors were encountered: