fix(curriculum): Period added to the end of the sentence. (#42480)

Dot added to the end of the sentence.
This commit is contained in:
Stephan Düsterhöft
2021-06-14 17:14:23 +02:00
committed by GitHub
parent 7a0d7e603b
commit d6491a9902

View File

@ -34,7 +34,7 @@ assert(
); );
``` ```
Your `form` should have an `action` attribute which is set to `https://www.freecatphotoapp.com/submit-cat-photo` Your `form` should have an `action` attribute which is set to `https://www.freecatphotoapp.com/submit-cat-photo`.
```js ```js
const action = $('form').attr('action'); const action = $('form').attr('action');