소스 검색

Two years isn't too old to fix typos

Brendan Abolivier 4 년 전
부모
커밋
2eb3c90853
로그인 계정: Brendan Abolivier <contact@brendanabolivier.com> GPG 키 ID: 8EF1500759F70623
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      content/enter-the-matrix.md

+ 1
- 1
content/enter-the-matrix.md 파일 보기

@@ -182,7 +182,7 @@ To register against this stage, we'll only add a few lines to our initial reques
182 182
 }
183 183
 {{< / highlight >}}
184 184
 
185
-Note that the value to the `session` property in the newly added `auth` object is the value from `sessions` taken from the homeserver's response to our intial request. This `auth` object will tell the homeserver that this request is a follow-up to the initial request, using the stage `m.login.dummy`. The homeserver will automatically recognise the flow we're using, and will succeed (because we use `m.login.dummy`), returning this JSON along with a `200` status code:
185
+Note that the value to the `session` property in the newly added `auth` object is the value from `session` taken from the homeserver's response to our intial request. This `auth` object will tell the homeserver that this request is a follow-up to the initial request, using the stage `m.login.dummy`. The homeserver will automatically recognise the flow we're using, and will succeed (because we use `m.login.dummy`), returning this JSON along with a `200` status code:
186 186
 
187 187
 {{< highlight json >}}
188 188
 {