Skip to content

Commit 1764ee3

Browse files
authored
Fixed a small typo
1 parent 047ffa2 commit 1764ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/01-recursion/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ let company = {
319319
In other words, a company has departments.
320320
321321
- A department may have an array of staff. For instance, `sales` department has 2 employees: John and Alice.
322-
- Or a department may split into subdepartments, like `development` has two branches: `sites` and `internals`. Each of them has the own staff.
322+
- Or a department may split into subdepartments, like `development` has two branches: `sites` and `internals`. Each of them has their own staff.
323323
- It is also possible that when a subdepartment grows, it divides into subsubdepartments (or teams).
324324
325325
For instance, the `sites` department in the future may be split into teams for `siteA` and `siteB`. And they, potentially, can split even more. That's not on the picture, just something to have in mind.

0 commit comments

Comments
 (0)