Domain file get auto populated with questions fron nlu file

I am facing a problem as soo I train the model with rasa train my domain file get automatically populated with some of the questions in in nlu file in the actions section of domain

intents: 
- smalltalk.1_greetings.nice_to_see_you 
templates: 
utter_smalltalk.1_greetings.nice_to_see_you: 
- text: Nice to see you too again😃. 
- text: Nice meeting you, as well😊. 
actions: 
**- '% of income will be taken and for how many years??'** <- Problem is here
- action_hello_world 
- action_static

That is strange :thinking: Could you provide more information? In particular: which version of rasa are you running and the contents of you domain, config and nlu data files?

Its solved just made typos in my domain file.