Skip to content

Commit f1236cb

Browse files
committed
Corrected typo
1 parent 5fac87a commit f1236cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Data Structures in Javascript
77
[![Coverage Status](https://coveralls.io/repos/github/linux-nerd/data-structures.js/badge.svg)](https://coveralls.io/github/linux-nerd/data-structures.js)
88

99
# Background
10-
There are neither a lot of resources on internet nor any book which guides and dictates best practices in the implementation of popular Data Structures using Javascript. The purpose of this library is to provide cooked implementation of populare data structures in javascript.
10+
There are neither a lot of resources on internet nor any book which guides and dictates best practices in the implementation of popular Data Structures using Javascript. The purpose of this library is to provide cooked implementation of popular data structures in javascript.
1111

1212
# Installation
1313
npm - `npm install @js-labs/data-structures`
@@ -50,7 +50,7 @@ Data structures covered so far -
5050
# Contribution
5151
Your contribution is highly appreciated. You can contribute in several ways -
5252
* Opening an issue in the tracker
53-
* Updating and adding documentaion
53+
* Updating and adding documentation
5454
* Adding new features
5555
* Adding demo
5656

0 commit comments

Comments
 (0)