Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed some typing mistakes #27

Merged
merged 1 commit into from Jan 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
@@ -1,3 +1,3 @@
# Docs

If you have created documenst to use with this lesson plan, please provide a link to them within this Readme file and upload the files in this folder if needed.
If you have created documents to use with this lesson plan, please provide a link to them within this Readme file and upload the files in this folder if needed.
6 changes: 3 additions & 3 deletions slides/docs/features.md
Expand Up @@ -132,7 +132,7 @@ Slide type `clear` could also hide slide number.

### Types

Types are changing slide’s look. You can set type by adding class to the main `slide`. There are few built-in types available in the theme, you could also describe custom types for each presention or add it to your theme.
Types are changing slide’s look. You can set type by adding class to the main `slide`. There are few built-in types available in the theme, you could also describe custom types for each presentation or add it to your theme.

#### White

Expand Down Expand Up @@ -305,7 +305,7 @@ If you want to add lines numbers use next construction:
<code>}<code>
</pre>

When neccessary emphasize that code is commented, you need to use span element with `comment` class;
When necessary emphasize that code is commented, you need to use span element with `comment` class;
If you want to color part of code, wrap this part with `mark` to add yellow background and `mark` with `important` class to add red background;

<pre><code>function <mark>action()</mark> {
Expand Down Expand Up @@ -391,7 +391,7 @@ You can also combine classes for location in corners:

#### Notes

When neccessary to add some notes for slide, you may use `footer` class, that hide your notes at all time and show them when you hover to slide:
When necessary to add some notes for slide, you may use `footer` class, that hide your notes at all time and show them when you hover to slide:

<section class="slide">
<p>Retro meh brunch aesthetic.</p>
Expand Down