Skip to content

Commit 53ef198

Browse files
authored
Update part3d.md
Remove period and move into parenthesis
1 parent d13e9bd commit 53ef198

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 backend project with the command:
214214

0 commit comments

Comments
 (0)