Skip to content

Commit fd2a258

Browse files
authored
Merge pull request #2892 from cleitoncabral/patch-1
Fixing a sentence that wasn't translated to Portuguese in part4b.md
2 parents dddf8f6 + 033bf93 commit fd2a258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/4/ptbr/part4b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Vamos instalar o pacote como uma dependência de desenvolvimento:
123123
npm install --save-dev supertest
124124
```
125125

126-
Let's write our first test in the <i>tests/note_api.test.js</i> file:
126+
Vamos escrever nosso primeiro teste no arquivo <i>tests/note_api.test.js</i>:
127127

128128
```js
129129
const mongoose = require('mongoose')

0 commit comments

Comments
 (0)