Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1764ee3

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

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/01-recursion

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /