Skip to content

Commit

Permalink
Typo (oops...)
Browse files Browse the repository at this point in the history
  • Loading branch information
miparnisari committed Nov 14, 2016
1 parent 3ccdc8d commit eb98f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regexp/declaring-instances.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Declaring instances

When declaring a `RegExp`, it oesn't matter if you use a **constructor**:
When declaring a `RegExp`, it doesn't matter if you use a **constructor**:

```js
const reUsername = /^[a-zA-Z0-9]+$/g
Expand Down

0 comments on commit eb98f50

Please sign in to comment.