Skip to content

Commit

Permalink
Fix typo in v8_misc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoopa committed Aug 9, 2015
1 parent cbd02cf commit f63c230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/v8_misc.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Nan::Utf8String {
<a name="api_nan_get_current_context"></a>
### Nan::GetCurrentContext()
A call to [`v8::Isolate::GetCurrent()->GetCurrentContext()`](https://v8docs.nodesource.com/io.js-3.0/d5/dda/classv8_1_1_isolate.html#a81c7a1ed7001ae2a65e89107f75fd053) that works across all supported versiosn of V8.
A call to [`v8::Isolate::GetCurrent()->GetCurrentContext()`](https://v8docs.nodesource.com/io.js-3.0/d5/dda/classv8_1_1_isolate.html#a81c7a1ed7001ae2a65e89107f75fd053) that works across all supported versions of V8.
Signature:
Expand Down

0 comments on commit f63c230

Please sign in to comment.