Merge pull request #13722 from Sufhal/fix/documentation-typo

chore: fixed a typo on paragraph 2.
This commit is contained in:
Gabriel Grubba
2025-05-01 10:10:10 -03:00
committed by GitHub

View File

@@ -113,7 +113,7 @@ But wait! Something is missing. If you run your app now, you'll see that you don
That's because we need to publish our data to the client.
Fist, create a publication for our tasks:
First, create a publication for our tasks:
`imports/api/TasksPublications.js`