No problem. That happened because despite how many spaces you type, the number of arguments is the same and echo only cares about arguments (which are then separated by a single space).
Those are two arguments "one" and "two".
That is one argument "one two".
Glad I could help.