Skip to content

Commit 87f272c

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents ac51471 + 6bbec1b commit 87f272c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -209,15 +209,15 @@ GEM
209209
rb-fsevent (~> 0.10, >= 0.10.3)
210210
rb-inotify (~> 0.9, >= 0.9.10)
211211
mercenary (0.3.6)
212-
mini_portile2 (2.5.1)
212+
mini_portile2 (2.6.1)
213213
minima (2.5.1)
214214
jekyll (>= 3.5, < 5.0)
215215
jekyll-feed (~> 0.9)
216216
jekyll-seo-tag (~> 2.1)
217217
minitest (5.14.4)
218218
multipart-post (2.1.1)
219-
nokogiri (1.11.5)
220-
mini_portile2 (~> 2.5.0)
219+
nokogiri (1.12.5)
220+
mini_portile2 (~> 2.6.1)
221221
racc (~> 1.4)
222222
octokit (4.21.0)
223223
faraday (>= 0.9)

scaffolding-with-fano-cli/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Any [project creation commands](/scaffolding-with-fano-cli/creating-project), i.
361361
$ fanocli --project-scgi=Hello --with-csrf
362362
```
363363

364-
`--with-csrf` adds `--config` and `--with-session` parameters implicitly, so folowing command generate similar project.
364+
`--with-csrf` adds `--config` and `--with-session` parameters implicitly, so following command generate similar project.
365365

366366
```
367367
$ fanocli --project-scgi=Hello --with-csrf

security/jwt/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ container.add(
8181
.issuer(('fano')
8282
);
8383
```
84-
Following code shows how to retrieve `ITokenGenerator`instance, query it from dependency container.
84+
Following code shows how to retrieve `ITokenVerifierr`instance, query it from dependency container.
8585

8686
```
8787
var fTokenVerifier : ITokenVerifier;

0 commit comments

Comments
 (0)