Skip to content

Commit

Permalink
For #44: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jul 20, 2023
1 parent 8d894a9 commit b50d2c9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ etc. Please read [#2881](https://github.com/ossrs/srs/issues/2881) for details.

Each response of api contains a `server` field, which identify the server. When ServerID changed, SRS already restarted, all information before is invalid.

## API Nevigation
## API Navigation

SRS provides the nevigation of APIs.
SRS provides the Navigation of APIs.

User can access the `http://192.168.1.102:1985/api/v1`, where:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ SRS可以和HTTP/HTTPS代理一起工作得很好,比如[Nginx](https://github

SRS返回的api中都会带有`server`的信息,即Server的ID,用来标识服务器。客户端在获取信息时,必须检查ServerID是否改变,改变时就是服务器重启,之前所有的数据都应该作废了。

## API Nevigation
## API Navigation

SRS提供了API的导航,即所有支持的API及描述。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ SRS可以和HTTP/HTTPS代理一起工作得很好,比如[Nginx](https://github

SRS返回的api中都会带有`server`的信息,即Server的ID,用来标识服务器。客户端在获取信息时,必须检查ServerID是否改变,改变时就是服务器重启,之前所有的数据都应该作废了。

## API Nevigation
## API Navigation

SRS提供了API的导航,即所有支持的API及描述。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ SRS可以和HTTP/HTTPS代理一起工作得很好,比如[Nginx](https://github

SRS返回的api中都会带有`server`的信息,即Server的ID,用来标识服务器。客户端在获取信息时,必须检查ServerID是否改变,改变时就是服务器重启,之前所有的数据都应该作废了。

## API Nevigation
## API Navigation

SRS提供了API的导航,即所有支持的API及描述。

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-5.0/doc/http-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ etc. Please read [#2881](https://github.com/ossrs/srs/issues/2881) for details.

Each response of api contains a `server` field, which identify the server. When ServerID changed, SRS already restarted, all information before is invalid.

## API Nevigation
## API Navigation

SRS provides the nevigation of APIs.
SRS provides the Navigation of APIs.

User can access the `http://192.168.1.102:1985/api/v1`, where:

Expand Down

0 comments on commit b50d2c9

Please sign in to comment.