I have problem mounting smb share

so im trying to mount smb share using this tutorial: https://www.ghacks.net/2009/11/04/connect-to-your-samba-server-from-linux/

oh btw my linux version: Ubuntu Server 18.04

it kinda works… i can mount it but the automount doesnt work. when i try to type sudo mount -a i get error: mount: /etc/fstab: parse error at line 3 – ignored

and here’s the line where the error comes: //192.168.1.3/Network\ Share /media/samba cifs credentials=/etc/samba/user.cred 0 0

my user.cred file:
username=(myusername)
password=(mypassword)

I’ve moved this to the https://community.ubuntu.com/c/support-help-requests category because this site isn’t designed to take tech support questions. Sorry. I’d recommend using one of the official support channels listed on the https://community.ubuntu.com/t/finding-help/712 page