Skip to content

Commit af49bd1

Browse files
committed
Merge branch 'hotfix/1.8.3'
2 parents 1862f54 + 5b4ed62 commit af49bd1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/guppy/running-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Both ways of activating automatic evaluating code in guppy will also toggle the
3232

3333
## Evaluate selection
3434

35-
As of guppy `v1.1+``, you can evaluate specifically particular line(s) of code that is currently on your editor. This come in handy when you don't want to clear your editor completely but just want the evaluation of one or more line. To do this
35+
As of guppy `v1.1+`, you can evaluate specifically particular line(s) of code that is currently on your editor. This come in handy when you don't want to clear your editor completely but just want the evaluation of one or more line. To do this
3636

3737
- Highlight the line(s) you want to evaluate
3838
- Hit the run button or use the Cmd/Ctrl + R shortcut to execute the highlighted code

docs/sails-stash/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ npm i sails-stash
2828

2929
## Zero Configuration
3030

31-
As of version **0.0.2**, Sails Stash works out of the box with **no configuration required**. It uses an in-memory store by default, making it perfect for getting started quickly without needing to set up Redis or any other cache backend.
31+
As of **v0.1.0**, Sails Stash works out of the box with **no configuration required**. It uses an in-memory store by default, making it perfect for getting started quickly without needing to set up Redis or any other cache backend.
3232

3333
```js
3434
await sails.cache.fetch(

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sailscasts-docs",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"private": true,
55
"description": "The official docs hub for Sailscasts",
66
"scripts": {

0 commit comments

Comments
 (0)