Skip to content

Commit

Permalink
docs(sujects) typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MSilva95 committed Dec 9, 2024
1 parent 0c2b753 commit 6eeb184
Show file tree
Hide file tree
Showing 27 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion subjects/ascii-art-web/stylize/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#### Basic

###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
###### +Does the project run quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?

###### +Is the output of the program well structured? Is the output aligned, without any letter out of line?

Expand Down
2 changes: 1 addition & 1 deletion subjects/ascii-art-web/stylize/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#### Basic

###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
###### +Does the project run quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?

###### +Is the output of the program well structured? Is the output aligned, without any letter out of line?

Expand Down
2 changes: 1 addition & 1 deletion subjects/ascii-art/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ __ _ _ _ _ _ _ _ __ _ __ __ _

#### Basic

###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc)
###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc)

###### +Does the code obey the [good practices](../../good-practices/README.md)?

Expand Down
2 changes: 1 addition & 1 deletion subjects/ascii-art/fs/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ o-O-o o o-o o o o-o o o o | o o o--O $

#### Basic

###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
###### +Does the project run quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?

###### +Is the output of the program well structured? Are the characters are correctly in line?

Expand Down
2 changes: 1 addition & 1 deletion subjects/ascii-art/justify/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Example: go run . --align=right something standard

#### Basic

###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
###### +Does the project run quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?

###### +Is the output of the program well structured? Are the characters are correctly in line?

Expand Down
2 changes: 1 addition & 1 deletion subjects/ascii-art/reverse/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ EX: go run . --reverse=<fileName>

#### Basic

###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc)
###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc)

###### +Does the code obey the [good practices](../../../good-practices/README.md)?

Expand Down
2 changes: 1 addition & 1 deletion subjects/forum/advanced-features/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

#### Basic

###### +Does the project runs quickly and effectively (Favoring of recursion, no unnecessary data requests, etc.)?
###### +Does the project run quickly and effectively (Favoring of recursion, no unnecessary data requests, etc.)?

###### +Does the code obey the [good practices](../../good-practices/README.md)?

Expand Down
2 changes: 1 addition & 1 deletion subjects/forum/advanced-features/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

#### Basic

###### +Does the project runs quickly and effectively (Favoring of recursion, no unnecessary data requests, etc.)?
###### +Does the project run quickly and effectively (Favoring of recursion, no unnecessary data requests, etc.)?

###### +Does the code obey the [good practices](../../../good-practices/README.md)?

Expand Down
2 changes: 1 addition & 1 deletion subjects/forum/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ cc8f5dcf760f <name of the image> "./server" 6 seconds ag

#### Basic

###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc)
###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc)

###### +Does the code obey the [good practices](../../good-practices/README.md)?

Expand Down
2 changes: 1 addition & 1 deletion subjects/forum/security/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#### Basic

###### +Does the project runs quickly and effectively? (no unnecessary data requests, etc)
###### +Does the project run quickly and effectively? (no unnecessary data requests, etc)

###### +Does the code obey the [good practices](../../good-practices/README.md)?

Expand Down
2 changes: 1 addition & 1 deletion subjects/forum/security/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#### Basic

###### +Does the project runs quickly and effectively? (no unnecessary data requests, etc)
###### +Does the project run quickly and effectively? (no unnecessary data requests, etc)

###### +Does the code obey the [good practices](../../../good-practices/README.md)?

Expand Down
2 changes: 1 addition & 1 deletion subjects/groupie-tracker/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

#### Basic

###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc)
###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc)

###### +Does the code obey the [good practices](../../good-practices/README.md)?

Expand Down
2 changes: 1 addition & 1 deletion subjects/groupie-tracker/visualizations/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#### Basic

###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
###### +Does the project run quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?

###### +Is there a test file for this code?

Expand Down
2 changes: 1 addition & 1 deletion subjects/groupie-tracker/visualizations/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#### Basic

###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
###### +Does the project run quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?

###### +Is there a test file for this code?

Expand Down
4 changes: 2 additions & 2 deletions subjects/make-your-game/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

##### Try playing the game

###### Does the game runs without crashing?
###### Does the game run without crashing?

###### Does animation run using `RequestAnimationFrame`?

Expand Down Expand Up @@ -74,7 +74,7 @@

#### Bonus

###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc)
###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc)

###### +Does the code obey the [good practices](../../good-practices/README.md)?

Expand Down
2 changes: 1 addition & 1 deletion subjects/make-your-game/different-maps/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

#### Bonus

###### +Does the project runs quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...)
###### +Does the project run quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...)

###### +Does the code obey the [good practices](../../good-practices/README.md)?

Expand Down
2 changes: 1 addition & 1 deletion subjects/make-your-game/different-maps/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

#### Bonus

###### +Does the project runs quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...)
###### +Does the project run quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...)

###### +Does the code obey the [good practices](../../../good-practices/README.md)?

Expand Down
2 changes: 1 addition & 1 deletion subjects/make-your-game/history/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

###### +Is the story appealing and interesting?

###### +Does the project runs quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...)
###### +Does the project run quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...)

###### +Does the code obey the [good practices](../../good-practices/README.md)?

Expand Down
2 changes: 1 addition & 1 deletion subjects/make-your-game/history/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

###### +Is the story appealing and interesting?

###### +Does the project runs quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...)
###### +Does the project run quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...)

###### +Does the code obey the [good practices](../../../good-practices/README.md)?

Expand Down
2 changes: 1 addition & 1 deletion subjects/make-your-game/score-handling/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

#### Bonus

###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc...)
###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc...)

###### +Does the code obey the [good practices](../../good-practices/README.md)?

Expand Down
2 changes: 1 addition & 1 deletion subjects/make-your-game/score-handling/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

#### Bonus

###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc...)
###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc...)

###### +Does the code obey the [good practices](../../../good-practices/README.md)?

Expand Down
2 changes: 1 addition & 1 deletion subjects/mini-framework/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

###### +Is it easier to handle the routing in JS using the framework?

###### +Does the project runs quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...)
###### +Does the project run quickly and effectively? (Favoring recursivity, no unnecessary data requests, etc...)

###### +Is the code using asynchronicity to increase performance?

Expand Down
2 changes: 1 addition & 1 deletion subjects/my-ls-1/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

#### General

###### +Does the program runs with colors as in the ls command?
###### +Does the program run with colors as in the ls command?

###### +Does the program has other flags except for the mandatory ones?

Expand Down
2 changes: 1 addition & 1 deletion subjects/my-ls/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

#### General

###### +Does the program runs with colors as in the ls command?
###### +Does the program with colors as in the ls command?

###### +Does the program has other flags except for the mandatory ones?

Expand Down
2 changes: 1 addition & 1 deletion subjects/net-cat/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

#### Basic

###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc...)
###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc...)

###### +Does the code obey the [good practices](../../good-practices/README.md)?

Expand Down
14 changes: 7 additions & 7 deletions subjects/tetris-optimizer/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,37 @@

`ERROR`

###### Does the program prints the value above?
###### Does the program print the value above?

##### Try [bad example 01](../badexample01/README.md).

`ERROR`

###### Does the program prints the value above?
###### Does the program print the value above?

##### Try [bad example 02](../badexample02/README.md).

`ERROR`

###### Does the program prints the value above?
###### Does the program print the value above?

##### Try [bad example 03](../badexample03/README.md).

`ERROR`

###### Does the program prints the value above?
###### Does the program print the value above?

##### Try [bad example 04](../badexample04/README.md).

`ERROR`

###### Does the program prints the value above?
###### Does the program print the value above?

##### Try [bad format](../badformat/README.md).

`ERROR`

###### Does the program prints the value above?
###### Does the program print the value above?

##### Try [good example 00](../goodexample00/README.md).

Expand Down Expand Up @@ -68,7 +68,7 @@

#### Basic

###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?
###### +Does the project run quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)?

###### +Is there a test file for this code?

Expand Down
2 changes: 1 addition & 1 deletion subjects/wget/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ css index.html

#### Bonus

###### +Does the project runs quickly and effectively? (Favoring recursive, no unnecessary data requests, etc)
###### +Does the project run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc)

###### +Does the code obey the [good practices](https://public.01-edu.org/subjects/good-practices/README.md)?

0 comments on commit 6eeb184

Please sign in to comment.