1
0
mirror of https://github.com/flarum/core.git synced 2025-07-24 18:21:33 +02:00

Tweak some text/comments

This commit is contained in:
Toby Zerner
2015-08-04 17:14:54 +09:30
parent 5b3484d3c8
commit 186bdc7fd4
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ class PostStream extends mixin(Component, evented) {
*/
goToNumber(number, noAnimation) {
// If we want to go to the reply preview, then we will go to the end of the
// discussion and scroll to the very bottom of the page.
// discussion and then scroll to the very bottom of the page.
if (number === 'reply') {
return this.goToLast().then(() => {
$('html,body').stop(true).animate({