Skip to content

Commit 54ced94

Browse files
authored
Merge pull request #2811 from MarcGuay/patch-17
Update part3d.md
2 parents 5659ea7 + 53ef198 commit 54ced94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/en/part3d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Before we move on to the next part, we will take a look at an important tool cal
208208
209209
In compiled statically typed languages like Java, IDEs like NetBeans can point out errors in the code, even ones that are more than just compile errors. Additional tools for performing [static analysis](https://en.wikipedia.org/wiki/Static_program_analysis) like [checkstyle](https://checkstyle.sourceforge.io), can be used for expanding the capabilities of the IDE to also point out problems related to style, like indentation.
210210

211-
In the JavaScript universe, the current leading tool for static analysis aka. "linting" is [ESlint](https://eslint.org/).
211+
In the JavaScript universe, the current leading tool for static analysis (aka "linting") is [ESlint](https://eslint.org/).
212212

213213
Let's install ESlint as a development dependency to the notes backend project with the command:
214214

0 commit comments

Comments
 (0)