module FFaker::Internet

def domain_word

def domain_word
  sanitize(Company.name.split(' ').first)
end