Skip to content

Commit

Permalink
fix typo and emoji rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
aoberoi committed Mar 21, 2019
1 parent 62020c2 commit a88e3c0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If you're still not sure, [reach out for help](#getting-help) and our community

## Installation

Use your favorite package manager to install any of these packages and save to your `package.json`:
Use your favorite package manager to install any of the packages and save to your `package.json`:

```shell
$ npm install @slack/web-api @slack/events-api
Expand Down
2 changes: 1 addition & 1 deletion docs/_general/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for internal apps that automate workflows, perform ChatOps, or just generate sil

## Installation

Use your favorite package manager to install any of these packages and save to your `package.json`:
Use your favorite package manager to install any of the packages and save to your `package.json`:

```shell
$ npm install @slack/web-api @slack/events-api
Expand Down
2 changes: 1 addition & 1 deletion docs/_general/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ headings:
---

This project is written and built using [TypeScript](https://www.typescriptlang.org/), which means all of the APIs
have type information metadata :tada:. This means that if you're using a code editor like VSCode, Atom, or many others
have type information metadata 🎉. This means that if you're using a code editor like VSCode, Atom, or many others
that know how to read that metadata, or if you're using TypeScript in your own project, you'll benefit from improved
documentation as your write code, early detection of errors, easier refactoring, and more.

Expand Down
6 changes: 6 additions & 0 deletions docs/styles/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ footer {
line-height:1.75rem;
}

/* Fix emojis */
.api_doc img.emoji {
border-radius: 0;
border: none;
}

/*
* Github theme stylesheet from: http://jwarby.github.io/jekyll-pygments-themes/languages/javascript.html
*/
Expand Down

0 comments on commit a88e3c0

Please sign in to comment.