Skip to content

Commit

Permalink
Fix more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
forabi authored Dec 2, 2017
1 parent 0294b31 commit 62aee98
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ declare module 'react-universal-component' {
isSync: boolean;

/*
* Very rarely will you want to do stuff on the server;
* Note: server will always be sync)
* Very rarely will you want to do stuff on the server.
*
* _Note: server will always be sync_
*/
isServer: boolean;
};
Expand Down Expand Up @@ -91,7 +92,7 @@ declare module 'react-universal-component' {
minDelay: number;

/**
* `alwaysDelay` is a boolean you can set to true (default: false) to guarantee the
* `alwaysDelay` is a boolean you can set to true (default: `false`) to guarantee the
* `minDelay` is always used (i.e. even when components cached from previous imports
* and therefore synchronously and instantly required). This can be useful for
* guaranteeing animations operate as you want without having to wire up other
Expand Down

0 comments on commit 62aee98

Please sign in to comment.