File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 87
87
</ article >
88
88
</ div >
89
89
< script >
90
- const RusfmtTagsUrl = 'https://api.github.com/repos/rust-lang/rustfmt/tags' ;
90
+ const RustfmtTagsUrl = 'https://api.github.com/repos/rust-lang/rustfmt/tags' ;
91
91
const RustfmtLatestUrl = 'https://api.github.com/repos/rust-lang/rustfmt/releases/latest' ;
92
92
const UrlHash = window . location . hash . replace ( / ^ # / , '' ) ;
93
93
const queryParams = new URLSearchParams ( window . location . search ) ;
190
190
created : async function ( ) {
191
191
let tags ;
192
192
try {
193
- tags = ( await axios . get ( RusfmtTagsUrl ) ) . data ;
193
+ tags = ( await axios . get ( RustfmtTagsUrl ) ) . data ;
194
194
} catch ( e ) {
195
195
this . handleReqFailure ( e ) ;
196
196
return ;
230
230
`<p>The rate limit will be reset at ${ resetDate } .</p>` ;
231
231
} else {
232
232
this . aboutHtml =
233
- `<p>Ecountered an error when fetching documentation data:</p>` +
233
+ `<p>Encountered an error when fetching documentation data:</p>` +
234
234
`<pre><code>${ e . response . data } </code></pre>` +
235
235
`<p>We would appreciate <a href="https://github.com/rust-lang/rustfmt/issues/new?template=bug_report.md">a bug report</a>.` +
236
236
`<p>Try refreshing the page.</p>` ;
You can’t perform that action at this time.
0 commit comments