Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
docs(getting started): typos & adjustments
Browse files Browse the repository at this point in the history
closes #1646
  • Loading branch information
rnicholus committed Aug 22, 2016
1 parent f356049 commit 813fc05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/quickstart/01-getting-started.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Continue reading the section for the steps needed to integrate Fine Uploader int

#### Globally scoped environments

In a "globally scoped" environment, you simply reference the required Fine Uploader JavaScript and CSS files (along with other JS and CSS files specific to your prohect) directly via appropriate HTML tags. The sections below will show you how to necessary Fine Uploader files in a globally scoped environment, depending on the endpoint type and feature set you chose in step 2, using the files you gathered in step 3.
In a "globally scoped" environment, you simply reference the required Fine Uploader JavaScript and CSS files (along with other JS and CSS files specific to your prohect) directly via appropriate HTML tags. The sections below will show you how to use Fine Uploader in a globally scoped environment, depending on the endpoint type and feature set you chose in step 2, using the files you gathered in step 3.

##### Traditional endpoint, core feature set

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/02-setting_options-azure.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ the more common options of Fine Uploader. To see _all_ supported options, open t
use the `default.html` file in the `templates` directory bundled with the library and customize it as desired. See the
[styling documentation page](../features/styling.html) for more details.""") }}

## Initial Options
## Basic Options

Fine Uploader comes with a wealth of options. Most importantly, Fine Uploader
requires you to specify the URL where it should send uploads and server
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/02-setting_options-s3.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ the more common options of Fine Uploader. To see _all_ supported options, open t
use the `default.html` file in the `templates` directory bundled with the library and customize it as desired. See the
[styling documentation page](../features/styling.html) for more details.""") }}

## Initial Options
## Basic Options

Fine Uploader comes with a wealth of options. Most importantly, Fine Uploader
requires you to specify the URL where it should send uploads and server
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/02-setting_options.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ the more common options of Fine Uploader. To see _all_ supported options, open t
use the `default.html` file in the `templates` directory bundled with the library and customize it as desired. See the
[styling documentation page](../features/styling.html) for more details.""") }}

## Initial Options
## Basic Options

Fine Uploader comes with a wealth of options. Most importantly, Fine Uploader
requires you to specify the URL where it should send uploads and server
Expand Down

0 comments on commit 813fc05

Please sign in to comment.